mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:25:34 +00:00
sar: Improve .sar's text
This commit is contained in:
parent
fd3fbbcc53
commit
3696bcef5e
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue