Skip to content

Commit e8ba894

Browse files
Merge branch 'slash' of https://github.com/Pycord-Development/pycord into slash
2 parents 4055a28 + f332cc4 commit e8ba894

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

discord/app/context.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def response(self):
7272
def respond(self):
7373
return self.interaction.response.send_message
7474

75-
send = respond
75+
@property
76+
def send(self):
77+
return self.respond
7678

7779
@property
7880
def defer(self):

0 commit comments

Comments
 (0)