aboutsummaryrefslogtreecommitdiff
path: root/bot/src/commands/ping.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/commands/ping.js')
-rw-r--r--bot/src/commands/ping.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/ping.js b/bot/src/commands/ping.js
index 996c705..1bb4ccb 100644
--- a/bot/src/commands/ping.js
+++ b/bot/src/commands/ping.js
@@ -1,4 +1,5 @@
import { SlashCommandBuilder } from 'discord.js';
+
export default {
data: new SlashCommandBuilder()
.setName('ping')