Skip to content

Commit b807cf1

Browse files
Rename followup() to send_followup()
Co-authored-by: BobDotCom <[email protected]>
1 parent 570d5fe commit b807cf1

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
@@ -140,7 +140,7 @@ def respond(self):
140140
raise RuntimeError(f"Interaction was already issued a response. Try using {type(self).__name__}.followup() instead.")
141141

142142
@property
143-
def followup(self):
143+
def send_followup(self):
144144
if self.response.is_done():
145145
return self.followup.send
146146
else:

0 commit comments

Comments
 (0)