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 0cf75b8..313866b 100644 --- a/commands/shutdown.js +++ b/commands/shutdown.js @@ -20,7 +20,7 @@ ***************************************************************************/ import { SlashCommandBuilder } from 'discord.js'; -import { stopBot } from '../AudioBackend.js'; +import { stopBot } from '../backend/Shutdown.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; export default { |
