diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 13:58:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 13:58:09 -0400 |
| commit | 10e93faf891c3fa3a68edb59d4ffb9d939680dc6 (patch) | |
| tree | 18f91ef2434ad0eb2d613dad13d0815c64f7ffe1 /commands/list.js | |
| parent | 626cef85162b08c1808d8f88b5b245060ff0dd54 (diff) | |
| download | DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.tar.gz DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.tar.bz2 DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.zip | |
Simple http server
Diffstat (limited to 'commands/list.js')
| -rw-r--r-- | commands/list.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/list.js b/commands/list.js index 8f2010b..7101e16 100644 --- a/commands/list.js +++ b/commands/list.js @@ -33,9 +33,7 @@ export default { const beats = readdirSync(musicFolder).join('\n'); readdir(musicFolder, async(err, files) => { - await interaction.reply( - `Listing ${files.length} audio tracks...\n\`\`\`\n${beats}\n\`\`\`` - ); + await interaction.reply(`Listing ${files.length} audio tracks...\n\`\`\`\n${beats}\n\`\`\``); if (err) { console.error(err); } |
