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 b807cf1 commit 6c5f7dbCopy full SHA for 6c5f7db
discord/commands/context.py
@@ -144,7 +144,7 @@ def send_followup(self):
144
if self.response.is_done():
145
return self.followup.send
146
else:
147
- raise RuntimeError("Interaction was not yet issued a response. Try using ApplicationContext.respond() first.")
+ raise RuntimeError("Interaction was not yet issued a response. Try using {type(self).__name__}.respond() first.")
148
149
@property
150
def defer(self):
0 commit comments