diff options
Diffstat (limited to 'utils/bot_voice_check.js')
| -rw-r--r-- | utils/bot_voice_check.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/bot_voice_check.js b/utils/bot_voice_check.js deleted file mode 100644 index e68eab9..0000000 --- a/utils/bot_voice_check.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - name: 'bot_voice_check', - description: '', - async execute(msg, args, bot) { - if (msg.guild.voiceConnection) return true; - } -};
\ No newline at end of file |