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
|
||||
|
||||
// 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 (
|
||||
ActivityTypeGame GameType = iota
|
||||
ActivityTypeStreaming
|
||||
|
|
Loading…
Reference in a new issue