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 982c476 commit 25d87bdCopy full SHA for 25d87bd
discord/abc.py
@@ -1545,7 +1545,7 @@ async def send(
1545
message_reference=reference,
1546
stickers=stickers,
1547
components=components,
1548
- flags=flags,
+ flags=flags.value,
1549
)
1550
finally:
1551
file.close()
@@ -1571,7 +1571,7 @@ async def send(
1571
1572
1573
1574
1575
1576
1577
for f in files:
@@ -1588,7 +1588,7 @@ async def send(
1588
1589
1590
1591
1592
1593
1594
ret = state.create_message(channel=channel, data=data)
0 commit comments