diff options
Diffstat (limited to 'commands/join.js')
| -rw-r--r-- | commands/join.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/join.js b/commands/join.js index 02c50a4..7294724 100644 --- a/commands/join.js +++ b/commands/join.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; import { voiceInit } from '../AudioBackend.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; |
