Disabled/hidden audioset vote

No point in it showing up until implemented
This commit is contained in:
Twentysix 2016-06-28 13:41:30 +02:00
parent ab50d27981
commit d66bbad957

View File

@ -971,7 +971,8 @@ class Audio:
else: else:
await self.bot.say("Volume must be between 0 and 100.") 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) @checks.mod_or_permissions(manage_messages=True)
async def audioset_vote(self, ctx, percent: int): async def audioset_vote(self, ctx, percent: int):
"""Percentage needed for the masses to skip songs.""" """Percentage needed for the masses to skip songs."""