diff --git a/src/templates/modules/documentation/examples/PingPong.vue b/src/templates/modules/documentation/examples/PingPong.vue index c6385ed..f318440 100644 --- a/src/templates/modules/documentation/examples/PingPong.vue +++ b/src/templates/modules/documentation/examples/PingPong.vue @@ -8,12 +8,12 @@
- Returns the instance of the Discord Client linked to the bot. + First, we need to create an enumeration that will contain our different channels and their associated ID.
- Returns the instance of the Discord Client linked to the bot. + Next, we create the command using the slash command support of discord.js 13.