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.
self.channel
None
1 parent 0b8034e commit 485ee87Copy full SHA for 485ee87
interactions/ext/prefixed_commands/context.py
@@ -73,7 +73,7 @@ def typing(self) -> Typing:
73
return self.channel.typing
74
75
async def _send_http_request(self, message_payload: dict, files: Iterable["UPLOADABLE_TYPE"] | None = None) -> dict:
76
- return await self.client.http.create_message(message_payload, self.channel.id, files=files)
+ return await self.client.http.create_message(message_payload, self.channel_id, files=files)
77
78
async def reply(
79
self,
0 commit comments