summaryrefslogtreecommitdiff
path: root/utils/bot_voice_check.js
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-09 05:27:42 -0700
committer8cy <[email protected]>2020-04-09 05:27:42 -0700
commit47b508bb1e061762ccedb490f553cc356bc9d382 (patch)
treed30019443ca39c34ebe48ebf459b64d6747d65ee /utils/bot_voice_check.js
parentbig changes, v1.5.0 (diff)
downloads5nical-47b508bb1e061762ccedb490f553cc356bc9d382.tar.xz
s5nical-47b508bb1e061762ccedb490f553cc356bc9d382.zip
voice check stuff, v1.5.1
Diffstat (limited to 'utils/bot_voice_check.js')
-rw-r--r--utils/bot_voice_check.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bot_voice_check.js b/utils/bot_voice_check.js
index 4bef372..e68eab9 100644
--- a/utils/bot_voice_check.js
+++ b/utils/bot_voice_check.js
@@ -1,5 +1,5 @@
module.exports = {
- name: 'voice_check',
+ name: 'bot_voice_check',
description: '',
async execute(msg, args, bot) {
if (msg.guild.voiceConnection) return true;