aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2021-11-30 14:07:16 +0000
committerGravatar Chris Lovering <[email protected]>2021-11-30 14:07:16 +0000
commitaecb093afc95d28b85a63714cde9ae33e9068ae8 (patch)
tree71edd564b006f9a102dabd624bd5f2b0411b17e0
parentAdd lock emoji to highlight unavailable self-assignable roles (diff)
Subscribe command replies to invocation to keep context
-rw-r--r--bot/exts/info/subscribe.py2
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,