We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f868f2a commit f152502Copy full SHA for f152502
1 file changed
README.md
@@ -28,7 +28,7 @@ At startup, the bot will initially start by loading just the global settings, an
28
29
We're using [DIH4JDA](https://github.com/DynxstyGIT/DIH4JDA) as our Command/Interaction framework, which makes it quite easy to add new commands.
30
31
-[PingCommand.java](https://github.com/Java-Discord/JavaBot/blob/main/src/main/java/net/javadiscord/javabot/systems/commands/PingCommand.java)
+[PingCommand.java](https://github.com/Java-Discord/JavaBot/blob/main/src/main/java/net/javadiscord/javabot/systems/user_commands/PingCommand.java)
32
```java
33
/**
34
* <h3>This class represents the /ping command.</h3>
0 commit comments