aboutsummaryrefslogtreecommitdiff
path: root/commands/ping.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-24 11:50:39 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-24 11:50:39 -0400
commit9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a (patch)
tree00d8beabcc7c3680b7ea54e8557a7c08d52c6e8f /commands/ping.js
parenta544b8e7d699461c49a69ab6072c7327e0519359 (diff)
downloadDLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.tar.gz
DLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.tar.bz2
DLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.zip
Removed a package and references to @discord.js/builder
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 0c6b887..72ef024 100644
--- a/commands/ping.js
+++ b/commands/ping.js
@@ -19,7 +19,7 @@
*
***************************************************************************/
-import { SlashCommandBuilder } from '@discordjs/builders';
+import { SlashCommandBuilder } from 'discord.js';
export default {
data: new SlashCommandBuilder()