From 0f5a1a252964861e149a0d784a90f0ad74aa09cb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 28 Mar 2022 17:42:57 -0400 Subject: Merged the join command --- commands/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/ping.js') diff --git a/commands/ping.js b/commands/ping.js index b3fccb7..cbf5370 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -24,7 +24,7 @@ import { SlashCommandBuilder } from '@discordjs/builders' export default { data: new SlashCommandBuilder() .setName('ping') - .setDescription('Replies with Pong!'), + .setDescription('Pong!'), async execute(interaction) { return interaction.reply('Pong!'); }, -- cgit v1.2.3