mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
7 lines
117 B
Go
7 lines
117 B
Go
package main
|
|
|
|
const (
|
|
eventFieldChannel = "channel"
|
|
eventFieldUserID = "user_id"
|
|
eventFieldUserName = "user"
|
|
)
|