fixing formatting

This commit is contained in:
MathMan05
2024-10-29 15:10:15 -05:00
parent 8552a9091f
commit e06d304064

View File

@@ -391,8 +391,17 @@ channel_id?: string;
s: number;
t: "MESSAGE_CREATE";
};
type roleCreate={
op: 0,
t: "GUILD_ROLE_CREATE",
d: {
guild_id: string,
role: rolesjson
},
s: 6
}
type wsjson =
| {
roleCreate | {
op: 0;
d: any;
s: number;