Bruce Marriner hace 5 años
padre
commit
19c4a067d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      structs.go

+ 1 - 1
structs.go

@@ -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