mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
Update description for the ping command
This commit is contained in:
parent
ba5558178c
commit
64936b95cd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const { SlashCommandBuilder } = require('discord.js');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
.setName('ping')
|
.setName('ping')
|
||||||
.setDescription('Checks to see if the you or the bot is online'),
|
.setDescription('Checks to see if the bot is online, as well as it\'s ping'),
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
await interaction.reply({ content: 'Pong!', ephemeral: true });
|
await interaction.reply({ content: 'Pong!', ephemeral: true });
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue