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 2ac8bdf commit c89469cCopy full SHA for c89469c
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(f"Interaction was already issued a response. Try using {type(self).__name__}.followup() instead.")
+ raise RuntimeError(f"Interaction was already issued a response. Try using {type(self).__name__}.send_followup() instead.")
141
142
@property
143
def send_followup(self):
0 commit comments