aboutsummaryrefslogtreecommitdiff
path: root/commands/pause.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pause.js')
-rw-r--r--commands/pause.js2
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';