Skip to content

Commit 8494700

Browse files
authored
Merge pull request #427 from danthe1st/fix-readme-example
fix example link in README
2 parents b787b95 + f152502 commit 8494700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ At startup, the bot will initially start by loading just the global settings, an
2828

2929
We're using [DIH4JDA](https://github.com/DynxstyGIT/DIH4JDA) as our Command/Interaction framework, which makes it quite easy to add new commands.
3030

31-
[PingCommand.java](https://github.com/Java-Discord/JavaBot/blob/main/src/main/java/net/javadiscord/javabot/systems/commands/PingCommand.java)
31+
[PingCommand.java](https://github.com/Java-Discord/JavaBot/blob/main/src/main/java/net/javadiscord/javabot/systems/user_commands/PingCommand.java)
3232
```java
3333
/**
3434
* <h3>This class represents the /ping command.</h3>

0 commit comments

Comments
 (0)