Browse Source

Fixing Nits

Bruce Marriner 5 năm trước cách đây
mục cha
commit
19c4a067d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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