aboutsummaryrefslogtreecommitdiff
path: root/commands/list.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-03-28 16:05:12 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-03-28 16:05:12 -0400
commit95870931e77a26a8d50ff3630bf387c923e61a2d (patch)
treecd3bfc550d8bc4af53451eebb480e51897a58771 /commands/list.js
parent1a99bec57db0fe7dddddaf833ec9c8300470ad1d (diff)
downloadDLAP-95870931e77a26a8d50ff3630bf387c923e61a2d.tar.gz
DLAP-95870931e77a26a8d50ff3630bf387c923e61a2d.tar.bz2
DLAP-95870931e77a26a8d50ff3630bf387c923e61a2d.zip
Fixed the leave button
Diffstat (limited to 'commands/list.js')
-rw-r--r--commands/list.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/list.js b/commands/list.js
index 3d88ca6..00c984e 100644
--- a/commands/list.js
+++ b/commands/list.js
@@ -21,6 +21,7 @@
import { SlashCommandBuilder } from '@discordjs/builders'
import fs from 'fs'
+
const musicFolder = './music';
export default {