From c576ed4e454fe6b4974e7ad873670e3adc9d0a96 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 2 Dec 2022 22:05:20 -0500 Subject: Fixes to various things --- commands/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/list.js') 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'; -- cgit v1.2.3