diff options
Diffstat (limited to 'commands/pause.js')
| -rw-r--r-- | commands/pause.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pause.js b/commands/pause.js index 8d42459..dffcfb5 100644 --- a/commands/pause.js +++ b/commands/pause.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; import { audioState, isAudioStatePaused, player } from '../AudioBackend.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; |
