aboutsummaryrefslogtreecommitdiff
path: root/commands/next.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/next.js')
-rw-r--r--commands/next.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/next.js b/commands/next.js
index 9a3a5bd..01c5df9 100644
--- a/commands/next.js
+++ b/commands/next.js
@@ -19,7 +19,7 @@
*
***************************************************************************/
-import { SlashCommandBuilder } from '@discordjs/builders';
+import { SlashCommandBuilder } from 'discord.js';
import { player, nextAudio } from '../AudioBackend.js';
import { PermissionFlagsBits } from 'discord-api-types/v10';