You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnawaitinter.respond("**Please be patient!** It has not been long enough to summon helpers. Please wait a bit more before trying again.",ephemeral=True)
34
35
35
36
# Ping helpers
36
-
awaitinter.respond(
37
-
view=SummonedHelpersView(),
37
+
msg=awaitinter.respond("Summoning helpers...")
38
+
awaitmsg.delete_original_response()
39
+
awaitinter.channel.send(
40
+
f"-# Helpers summoned in thread '{inter.channel.name}' (<@&{variables.helper!s}> <@&{variables.comm_helper_B!s}>)",
Copy file name to clipboardExpand all lines: modules/help_channels/components/views.py
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -120,8 +120,6 @@ def __init__(self):
120
120
121
121
container.add_text("**I've summoned the helpers.** Remember that all helpers are volunteers, so please be respectful and remember that we all have a life outside of Discord.")
0 commit comments