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 6c5f7db commit 2ac8bdfCopy full SHA for 2ac8bdf
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 {type(self).__name__}.respond() first.")
+ raise RuntimeError(f"Interaction was not yet issued a response. Try using {type(self).__name__}.respond() first.")
148
149
@property
150
def defer(self):
0 commit comments