diff options
Diffstat (limited to 'commands/leave.js')
| -rw-r--r-- | commands/leave.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/leave.js b/commands/leave.js index 10634af..781bc0a 100644 --- a/commands/leave.js +++ b/commands/leave.js @@ -20,7 +20,7 @@ ***************************************************************************/ import { SlashCommandBuilder } from 'discord.js'; -import { destroyAudio } from '../AudioBackend.js'; +import { destroyAudio } from '../backend/Shutdown.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; export default { |
