Bruce Marriner 9 years ago
parent
commit
259b7c77d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      endpoints.go

+ 1 - 0
endpoints.go

@@ -11,6 +11,7 @@
 
 package discordgo
 
+// Known Discord API Endpoints.
 var (
 	STATUS      = "https://status.discordapp.com/api/v2/"
 	SM          = STATUS + "scheduled-maintenances/"