Skip to content

Commit 6c5f7db

Browse files
Fix class name again
Co-authored-by: BobDotCom <[email protected]>
1 parent b807cf1 commit 6c5f7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/commands/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def send_followup(self):
144144
if self.response.is_done():
145145
return self.followup.send
146146
else:
147-
raise RuntimeError("Interaction was not yet issued a response. Try using ApplicationContext.respond() first.")
147+
raise RuntimeError("Interaction was not yet issued a response. Try using {type(self).__name__}.respond() first.")
148148

149149
@property
150150
def defer(self):

0 commit comments

Comments
 (0)