List of dicts
This commit is contained in:
parent
dbf84c8b81
commit
2937b6ac92
@ -142,7 +142,7 @@ class FakeMessage(discord.Message):
|
|||||||
self._update(
|
self._update(
|
||||||
{
|
{
|
||||||
"mention_roles": self.raw_role_mentions,
|
"mention_roles": self.raw_role_mentions,
|
||||||
"mentions": self.raw_mentions,
|
"mentions": [{"id": _id} for _id in self.raw_mentions],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user