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