diff options
Diffstat (limited to 'commands/status.js')
| -rw-r--r-- | commands/status.js | 4 |
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() |
