From b29e2c7be30e348276b6b49312d04a4f8e67494e Mon Sep 17 00:00:00 2001 From: Freeze455 Date: Mon, 6 Sep 2021 00:33:13 +0200 Subject: [PATCH] :construction: Work in progress --- src/templates/modules/documentation/examples/PingPong.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@

Basic reply with embed

- 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.