diff options
| author | 2021-11-30 14:07:16 +0000 | |
|---|---|---|
| committer | 2021-11-30 14:07:16 +0000 | |
| commit | aecb093afc95d28b85a63714cde9ae33e9068ae8 (patch) | |
| tree | 71edd564b006f9a102dabd624bd5f2b0411b17e0 | |
| parent | Add lock emoji to highlight unavailable self-assignable roles (diff) | |
Subscribe command replies to invocation to keep context
| -rw-r--r-- | bot/exts/info/subscribe.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/info/subscribe.py b/bot/exts/info/subscribe.py index 16379d2b2..2e6101d27 100644 --- a/bot/exts/info/subscribe.py +++ b/bot/exts/info/subscribe.py @@ -181,7 +181,7 @@ class Subscribe(commands.Cog):              row = index // ITEMS_PER_ROW              button_view.add_item(SingleRoleButton(role, role.role_id in author_roles, row)) -        await ctx.send( +        await ctx.reply(              "Click the buttons below to add or remove your roles!",              view=button_view,              delete_after=DELETE_MESSAGE_AFTER, | 
