Procházet zdrojové kódy

refactor: remove unused const

ayn2op před 9 měsíci
rodič
revize
cfccaeefc3
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  1. 1 4
      internal/consts/consts.go

+ 1 - 4
internal/consts/consts.go

@@ -10,10 +10,7 @@ import (
 
 const Name = "discordo"
 
-const (
-	identifyPropertiesURL = "https://cordapi.dolfi.es/api/v2/properties/web"
-	loginURL              = "https://discord.com/login"
-)
+const identifyPropertiesURL = "https://cordapi.dolfi.es/api/v2/properties/web"
 
 var defaultIdentifyProps = gateway.IdentifyProperties{
 	Device: "",