diff options
Diffstat (limited to 'commands/list.js')
| -rw-r--r-- | commands/list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/list.js b/commands/list.js index 7101e16..05d40c6 100644 --- a/commands/list.js +++ b/commands/list.js @@ -19,7 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; +import { SlashCommandBuilder } from 'discord.js'; import { readdirSync, readdir } from 'fs'; const musicFolder = './music'; |
