sar: hotfix
This commit is contained in:
parent
78f6bc6811
commit
fd3fbbcc53
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ class SAR(Cog):
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
@commands.command()
|
@commands.command()
|
||||||
@commands.check(check_if_staff_or_ot)
|
@commands.check(check_if_staff_or_ot)
|
||||||
async def sar(self, ctx, role: str):
|
async def sar(self, ctx):
|
||||||
"""Gets you a self assignable role."""
|
"""Lists self assignable roles."""
|
||||||
return await ctx.send(
|
return await ctx.send(
|
||||||
"Self assignable roles in this guild: "
|
"Self assignable roles in this guild: "
|
||||||
+ ",".join(config.self_assignable_roles)
|
+ ",".join(config.self_assignable_roles)
|
||||||
|
|
Loading…
Reference in a new issue