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