Selaa lähdekoodia

refactor: remove unused const

ayn2op 9 kuukautta sitten
vanhempi
sitoutus
cfccaeefc3
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  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: "",