diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-17 16:32:31 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-17 16:32:31 -0400 |
| commit | 6664618ed1225e17f2e98ee8a44179181e3dcf9b (patch) | |
| tree | d43e98bc01c3a8088c41f445592a53e7a983bada /commands/next.js | |
| parent | 57bab0a953849501d85f6509ba69802d08fadf3b (diff) | |
| download | DLAP-6664618ed1225e17f2e98ee8a44179181e3dcf9b.tar.gz DLAP-6664618ed1225e17f2e98ee8a44179181e3dcf9b.tar.bz2 DLAP-6664618ed1225e17f2e98ee8a44179181e3dcf9b.zip | |
Couple of tweaks
Diffstat (limited to 'commands/next.js')
| -rw-r--r-- | commands/next.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/next.js b/commands/next.js index 2402fa2..9a3a5bd 100644 --- a/commands/next.js +++ b/commands/next.js @@ -20,7 +20,7 @@ ***************************************************************************/ import { SlashCommandBuilder } from '@discordjs/builders'; -import { audio, player, nextAudio } from '../AudioBackend.js'; +import { player, nextAudio } from '../AudioBackend.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; export default { |
