diff options
Diffstat (limited to 'commands/shutdown.js')
| -rw-r--r-- | commands/shutdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/shutdown.js b/commands/shutdown.js index 196b289..0cf75b8 100644 --- a/commands/shutdown.js +++ b/commands/shutdown.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; import { stopBot } from '../AudioBackend.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; |
