sar: hotfix

This commit is contained in:
Ave 2020-05-29 17:54:29 +03:00
parent 78f6bc6811
commit fd3fbbcc53
No known key found for this signature in database
GPG key ID: 398DD7BD03276F6D

View file

@ -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)