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.
1 parent 2018026 commit ec2c534Copy full SHA for ec2c534
discord/message.py
@@ -1323,7 +1323,7 @@ async def edit(
1323
1324
try:
1325
data = await self._state.http.edit_files(
1326
- channel.id,
+ self.channel.id,
1327
self.id,
1328
files=[file],
1329
attachments=attachments,
@@ -1345,7 +1345,7 @@ async def edit(
1345
1346
1347
1348
1349
1350
files=files,
1351
0 commit comments