sar: Improve .sar's text
This commit is contained in:
parent
fd3fbbcc53
commit
3696bcef5e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class SAR(Cog):
|
||||||
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)
|
||||||
+ 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)
|
@commands.cooldown(1, 30, type=commands.BucketType.user)
|
||||||
|
|
Loading…
Reference in a new issue