mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:35:36 +00:00
sar: hotfix
This commit is contained in:
parent
78f6bc6811
commit
fd3fbbcc53
|
@ -11,8 +11,8 @@ class SAR(Cog):
|
|||
@commands.guild_only()
|
||||
@commands.command()
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
async def sar(self, ctx, role: str):
|
||||
"""Gets you a self assignable role."""
|
||||
async def sar(self, ctx):
|
||||
"""Lists self assignable roles."""
|
||||
return await ctx.send(
|
||||
"Self assignable roles in this guild: "
|
||||
+ ",".join(config.self_assignable_roles)
|
||||
|
|
Loading…
Reference in a new issue