diff --git a/interactions/ext/prefixed_commands/context.py b/interactions/ext/prefixed_commands/context.py index feaf1bb80..1acdd180d 100644 --- a/interactions/ext/prefixed_commands/context.py +++ b/interactions/ext/prefixed_commands/context.py @@ -73,7 +73,7 @@ def typing(self) -> Typing: return self.channel.typing async def _send_http_request(self, message_payload: dict, files: Iterable["UPLOADABLE_TYPE"] | None = None) -> dict: - 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) async def reply( self,