mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-03 15:55:43 +00:00
mod_reswitched: Also allow togglemod
This commit is contained in:
parent
161caf30e6
commit
24182b11ca
|
@ -24,7 +24,7 @@ class ModReswitched(Cog):
|
|||
|
||||
@commands.guild_only()
|
||||
@commands.check(check_if_staff)
|
||||
@commands.command()
|
||||
@commands.command(aliases=["togglemod"])
|
||||
async def modtoggle(self, ctx):
|
||||
"""Toggles your mod role, staff only."""
|
||||
target_role = ctx.guild.get_role(config.modtoggle_role)
|
||||
|
|
Loading…
Reference in a new issue