File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public class PingCommand implements Command<Message> {
202202```
203203
204204With 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
207207To further customize the behavior of a command you can either annotate the command class or overwrite the according
208208methods in your command implementation to replace the default implementation which evaluates the annotations.
Original file line number Diff line number Diff line change 1- 9a5c13e0ef62414772b72321de80f100c7937497428465a99c4345d4fd8e98af
1+ f6836b78d14e3a7f25ab7ae7a4eaf0810b982608bc2b382b576872cd1c278033
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public class PingCommand implements Command<Message> {
202202```
203203
204204With 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
207207To further customize the behavior of a command you can either annotate the command class or overwrite the according
208208methods in your command implementation to replace the default implementation which evaluates the annotations.
You can’t perform that action at this time.
0 commit comments