mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Disabled/hidden audioset vote
No point in it showing up until implemented
This commit is contained in:
parent
ab50d27981
commit
d66bbad957
@ -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."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user