diff options
Diffstat (limited to 'commands/reshuffle.js')
| -rw-r--r-- | commands/reshuffle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reshuffle.js b/commands/reshuffle.js index ee42289..8de2d17 100644 --- a/commands/reshuffle.js +++ b/commands/reshuffle.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; import { player, shufflePlaylist } from '../AudioBackend.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; import { readFileSync } from 'node:fs'; |
