forked from pothtonswer/discordmuffin
Small update to supported Game Activity Types (#500)
This commit is contained in:
parent
18dfe540ad
commit
8591961512
1 changed files with 2 additions and 0 deletions
|
@ -334,6 +334,8 @@ type GameType int
|
||||||
const (
|
const (
|
||||||
GameTypeGame GameType = iota
|
GameTypeGame GameType = iota
|
||||||
GameTypeStreaming
|
GameTypeStreaming
|
||||||
|
GameTypeListening
|
||||||
|
GameTypeWatching
|
||||||
)
|
)
|
||||||
|
|
||||||
// A Game struct holds the name of the "playing .." game for a user
|
// A Game struct holds the name of the "playing .." game for a user
|
||||||
|
|
Loading…
Reference in a new issue