From 8ed30ad171fef0dfae4cde448cfc0abb00945b35 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 Feb 2023 00:45:04 -0500 Subject: [PATCH] Update ping command as a template --- commands/ping.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/ping.js b/commands/ping.js index 8fe0b24..e4a5406 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -16,6 +16,8 @@ module.exports = { example: "ping", isPrivileged: false, requiresTokens: false, + defaultTokenUsage: 0, + deferInitialReply: false, async execute(interaction) { try{ await interaction.channel.send('**Pong.**'); // TODO - Add insults as the response to this command