diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-03-28 16:05:12 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-03-28 16:05:12 -0400 |
| commit | 95870931e77a26a8d50ff3630bf387c923e61a2d (patch) | |
| tree | cd3bfc550d8bc4af53451eebb480e51897a58771 /commands/list.js | |
| parent | 1a99bec57db0fe7dddddaf833ec9c8300470ad1d (diff) | |
| download | DLAP-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.js | 1 |
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 { |
