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."""