Fixing Nits
This commit is contained in:
parent
69f369a9f4
commit
19c4a067d0
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ type Activity struct {
|
||||||
type ActivityType int
|
type ActivityType int
|
||||||
|
|
||||||
// Valid ActivityType values
|
// Valid ActivityType values
|
||||||
//https://discordapp.com/developers/docs/topics/gateway#activity-object-activity-types
|
// https://discordapp.com/developers/docs/topics/gateway#activity-object-activity-types
|
||||||
const (
|
const (
|
||||||
ActivityTypeGame GameType = iota
|
ActivityTypeGame GameType = iota
|
||||||
ActivityTypeStreaming
|
ActivityTypeStreaming
|
||||||
|
|
Loading…
Reference in a new issue