fixing formatting
This commit is contained in:
@@ -391,8 +391,17 @@ channel_id?: string;
|
|||||||
s: number;
|
s: number;
|
||||||
t: "MESSAGE_CREATE";
|
t: "MESSAGE_CREATE";
|
||||||
};
|
};
|
||||||
|
type roleCreate={
|
||||||
|
op: 0,
|
||||||
|
t: "GUILD_ROLE_CREATE",
|
||||||
|
d: {
|
||||||
|
guild_id: string,
|
||||||
|
role: rolesjson
|
||||||
|
},
|
||||||
|
s: 6
|
||||||
|
}
|
||||||
type wsjson =
|
type wsjson =
|
||||||
| {
|
roleCreate | {
|
||||||
op: 0;
|
op: 0;
|
||||||
d: any;
|
d: any;
|
||||||
s: number;
|
s: number;
|
||||||
|
Reference in New Issue
Block a user