diff options
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 { |
