diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-06 05:56:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-06 05:56:09 -0400 |
| commit | cd5be9de38b9be071e7e47d27061cf62031dff62 (patch) | |
| tree | 818efc28811ac0d2226cb3d1c3b90b187c698a34 /AudioBackend.js | |
| parent | 1e294d91c3eab7e65936010c8f0c81c4c4f73b96 (diff) | |
| download | DLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.tar.gz DLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.tar.bz2 DLAP-cd5be9de38b9be071e7e47d27061cf62031dff62.zip | |
Cleaning up some stuff; Deprecating botOwner as Admin is required for commands
Diffstat (limited to 'AudioBackend.js')
| -rw-r--r-- | AudioBackend.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/AudioBackend.js b/AudioBackend.js index 15fa45e..9873d9a 100644 --- a/AudioBackend.js +++ b/AudioBackend.js @@ -26,7 +26,7 @@ import { joinVoiceChannel, VoiceConnectionStatus } from '@discordjs/voice' -import { MessageActionRow, MessageButton, MessageEmbed } from 'discord.js' +import { MessageEmbed } from 'discord.js' import config from './config.json' assert {type: 'json'} import { readdirSync, writeFile } from 'node:fs' @@ -35,7 +35,6 @@ export let audio; export let files = readdirSync('music'); let fileData; -let runOnce = false export let playerState; export let isAudioStatePaused; |
