remove emotes structs.

This commit is contained in:
Miroslav Šedivý 2020-11-01 17:56:06 +01:00
parent d78f98e78e
commit c53ae28196

View File

@ -76,17 +76,6 @@ type ControlTarget struct {
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 {
Event string `json:"event"`
ID string `json:"id"`