diff options
Diffstat (limited to 'commands/ping.js')
| -rw-r--r-- | commands/ping.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ping.js b/commands/ping.js index 274a1e5..b3fccb7 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -21,7 +21,7 @@ import { SlashCommandBuilder } from '@discordjs/builders' -export const command = { +export default { data: new SlashCommandBuilder() .setName('ping') .setDescription('Replies with Pong!'), |
