We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55b7b0 commit 74d460aCopy full SHA for 74d460a
discord/commands/context.py
@@ -137,7 +137,7 @@ def respond(self):
137
if not self.response.is_done():
138
return self.interaction.response.send_message
139
else:
140
- raise RuntimeError("Interaction was already issued a response. Try using ApplicationContext.followup() instead.")
+ raise RuntimeError(f"Interaction was already issued a response. Try using {type(self).__name__}.followup() instead.")
141
142
@property
143
def followup(self):
0 commit comments