Skip to content

Commit 6ca0a1e

Browse files
committed
Fix example path in readme
1 parent 9336cc6 commit 6ca0a1e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public class PingCommand implements Command<Message> {
202202
```
203203

204204
With everything else using the default, this is already enough to have a working ping bot.
205-
A fully self-contained example can be found at `examples/simplePingBot`.
205+
A fully self-contained example can be found at `examples/simplePingBotJavacord`.
206206

207207
To further customize the behavior of a command you can either annotate the command class or overwrite the according
208208
methods in your command implementation to replace the default implementation which evaluates the annotations.

readme/README.md.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9a5c13e0ef62414772b72321de80f100c7937497428465a99c4345d4fd8e98af
1+
f6836b78d14e3a7f25ab7ae7a4eaf0810b982608bc2b382b576872cd1c278033

readme/README_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public class PingCommand implements Command<Message> {
202202
```
203203

204204
With everything else using the default, this is already enough to have a working ping bot.
205-
A fully self-contained example can be found at `examples/simplePingBot`.
205+
A fully self-contained example can be found at `examples/simplePingBotJavacord`.
206206

207207
To further customize the behavior of a command you can either annotate the command class or overwrite the according
208208
methods in your command implementation to replace the default implementation which evaluates the annotations.

0 commit comments

Comments
 (0)