aboutsummaryrefslogtreecommitdiff
path: root/commands/ping.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ping.js')
-rw-r--r--commands/ping.js2
1 files changed, 1 insertions, 1 deletions
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!');
},