mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
remove emotes structs.
This commit is contained in:
parent
d78f98e78e
commit
c53ae28196
@ -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 New Issue
Block a user