diff --git a/commands/utilities/ping.js b/commands/utilities/ping.js index 9245210..5640363 100644 --- a/commands/utilities/ping.js +++ b/commands/utilities/ping.js @@ -2,7 +2,7 @@ const { SlashCommandBuilder } = require('discord.js'); module.exports = { data: new SlashCommandBuilder() - .setName('Ping') + .setName('ping') .setDescription('Replies with Pong!'), async execute(interaction) { await interaction.reply('Pong!');