aboutsummaryrefslogtreecommitdiff
path: root/commands/list.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-12-02 22:05:20 -0500
committerAndrew Lee <alee14498@protonmail.com>2022-12-02 22:05:20 -0500
commitc576ed4e454fe6b4974e7ad873670e3adc9d0a96 (patch)
treeae6f06f8f21f78d5023019b64772f484f5377fb7 /commands/list.js
parente0fe64b06c0eb8b92578ae1bf5a166f8d633c9b3 (diff)
downloadDLAP-c576ed4e454fe6b4974e7ad873670e3adc9d0a96.tar.gz
DLAP-c576ed4e454fe6b4974e7ad873670e3adc9d0a96.tar.bz2
DLAP-c576ed4e454fe6b4974e7ad873670e3adc9d0a96.zip
Fixes to various things
Diffstat (limited to 'commands/list.js')
-rw-r--r--commands/list.js2
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';