Reaction support

This commit is contained in:
MathMan05
2024-08-05 21:47:40 -05:00
parent 8b3fe48a74
commit 24bdde1968
12 changed files with 458 additions and 51 deletions

View File

@@ -271,7 +271,13 @@ type messagejson={
mention_roles: [], //need examples to fix
attachments: filejson[],
embeds: embedjson[],
reactions: [], //ToDo
reactions: {
count:number,
emoji:{
name:string
},//very likely needs expanding
me:boolean,
}[],
nonce: string,
pinned: boolean,
type: number