From cd5be9de38b9be071e7e47d27061cf62031dff62 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 6 Jul 2022 05:56:09 -0400 Subject: Cleaning up some stuff; Deprecating botOwner as Admin is required for commands --- commands/status.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/status.js') 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() -- cgit v1.2.3