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 05d40c6..8eddcda 100644 --- a/commands/list.js +++ b/commands/list.js @@ -20,7 +20,7 @@ ***************************************************************************/ import { SlashCommandBuilder } from 'discord.js'; -import { readdirSync, readdir } from 'fs'; +import { readdirSync, readdir } from 'node:fs'; const musicFolder = './music'; |
