From 5ae481c84ea8edfd9e5589b331f32f453e6e5431 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 28 Mar 2022 11:00:23 -0400 Subject: Oh I am dumb :P --- 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 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!'), -- cgit v1.2.3