aboutsummaryrefslogtreecommitdiff
path: root/commands/ping.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-03-28 11:00:23 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-03-28 11:00:23 -0400
commit5ae481c84ea8edfd9e5589b331f32f453e6e5431 (patch)
treeb58c018985270eeebdd34672eec40eb1a7c0bb23 /commands/ping.js
parente438a195c730bc1609917059bd434afdfa1354f7 (diff)
downloadDLAP-5ae481c84ea8edfd9e5589b331f32f453e6e5431.tar.gz
DLAP-5ae481c84ea8edfd9e5589b331f32f453e6e5431.tar.bz2
DLAP-5ae481c84ea8edfd9e5589b331f32f453e6e5431.zip
Oh I am dumb :P
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 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!'),