From 1c253d25cb1d35aa987d76e07806999c562712d6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 2 Mar 2025 16:24:26 -0500 Subject: Bringing more features from 2.x; ESLint; API --- bot/src/commands/ping.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/commands/ping.js') 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') -- cgit v1.2.3