sar: Improve .sar's text

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

View file

@ -16,7 +16,7 @@ class SAR(Cog):
return await ctx.send(
"Self assignable roles in this guild: "
+ ",".join(config.self_assignable_roles)
+ f"\nRun {config.prefixes[0]}iam role_name_goes_here to get or remove one."
+ f"\n\nRun `{config.prefixes[0]}iam role_name_goes_here` to get or remove one."
)
@commands.cooldown(1, 30, type=commands.BucketType.user)