aboutsummaryrefslogtreecommitdiff
path: root/commands/status.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-06 05:56:09 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-06 05:56:09 -0400
commitcd5be9de38b9be071e7e47d27061cf62031dff62 (patch)
tree818efc28811ac0d2226cb3d1c3b90b187c698a34 /commands/status.js
parent1e294d91c3eab7e65936010c8f0c81c4c4f73b96 (diff)
downloadDLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.tar.gz
DLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.tar.bz2
DLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.zip
Cleaning up some stuff; Deprecating botOwner as Admin is required for commands
Diffstat (limited to 'commands/status.js')
-rw-r--r--commands/status.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/status.js b/commands/status.js
index 804b046..d7012ce 100644
--- a/commands/status.js
+++ b/commands/status.js
@@ -20,8 +20,8 @@
***************************************************************************/
import { SlashCommandBuilder } from '@discordjs/builders'
-import { MessageEmbed } from "discord.js";
-import { audio, playerState } from "../AudioBackend.js";
+import { MessageEmbed } from "discord.js"
+import { audio, playerState } from "../AudioBackend.js"
export default {
data: new SlashCommandBuilder()