remove emotes structs.
This commit is contained in:
parent
d78f98e78e
commit
c53ae28196
1 changed files with 0 additions and 11 deletions
|
|
@ -76,17 +76,6 @@ type ControlTarget struct {
|
||||||
Target string `json:"target"`
|
Target string `json:"target"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type EmoteReceive struct {
|
|
||||||
Event string `json:"event"`
|
|
||||||
Emote string `json:"emote"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type EmoteSend struct {
|
|
||||||
Event string `json:"event"`
|
|
||||||
ID string `json:"id"`
|
|
||||||
Emote string `json:"emote"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type Admin struct {
|
type Admin struct {
|
||||||
Event string `json:"event"`
|
Event string `json:"event"`
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue