Skip to content

Commit 570d5fe

Browse files
Revert rename of followup attribute
Co-authored-by: BobDotCom <[email protected]>
1 parent 74d460a commit 570d5fe

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
@@ -151,7 +151,7 @@ def defer(self):
151151
return self.interaction.response.defer
152152

153153
@property
154-
def followup_webhook(self):
154+
def followup(self):
155155
return self.interaction.followup
156156

157157
async def delete(self):

0 commit comments

Comments
 (0)