From 140b3103b7d07bd522e3985c5ba387a610c3d338 Mon Sep 17 00:00:00 2001 From: Conatum Date: Mon, 24 Jan 2022 14:09:52 +0200 Subject: [PATCH] (rroles): Add hint to docs. --- bot/modules/guild_admin/reaction_roles/command.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bot/modules/guild_admin/reaction_roles/command.py b/bot/modules/guild_admin/reaction_roles/command.py index 0f915ffa..d4b0342c 100644 --- a/bot/modules/guild_admin/reaction_roles/command.py +++ b/bot/modules/guild_admin/reaction_roles/command.py @@ -227,6 +227,8 @@ async def cmd_reactionroles(ctx, flags): For example to disable event logging, run `{prefix}rroles link --log off`. For per-reaction settings, instead use `{prefix}rroles link emoji --setting value`. + + *(!) Replace `setting` with one of the settings below!* Message Settings:: maximum: Maximum number of roles obtainable from this message. log: Whether to log reaction role usage into the event log. @@ -909,7 +911,8 @@ async def cmd_reactionroles(ctx, flags): "{settings_table}\n" "To update a message setting: `{prefix}rroles messageid --setting value`\n" "To update an emoji setting: `{prefix}rroles messageid emoji --setting value`\n" - "See examples and more usage information with `{prefix}help rroles`." + "See examples and more usage information with `{prefix}help rroles`.\n" + "*(!) Replace the `setting` with one of the settings on this page.*\n" ).format( prefix=ctx.best_prefix, settings_table=target.settings.tabulated()