mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Disabled/hidden audioset vote
No point in it showing up until implemented
This commit is contained in:
@@ -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."""
|
||||||
|
|||||||
Reference in New Issue
Block a user