From d66bbad957875d686763a3630ba0f508d1ab5c50 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Tue, 28 Jun 2016 13:41:30 +0200 Subject: [PATCH] Disabled/hidden audioset vote No point in it showing up until implemented --- cogs/audio.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index 13397ce7e..00ce7c3a2 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -971,7 +971,8 @@ class Audio: else: await self.bot.say("Volume must be between 0 and 100.") - @audioset.command(pass_context=True, name="vote", no_pm=True) + @audioset.command(pass_context=True, name="vote", no_pm=True, + hidden=True, enabled=False) @checks.mod_or_permissions(manage_messages=True) async def audioset_vote(self, ctx, percent: int): """Percentage needed for the masses to skip songs."""