소스 검색

refactor: remove unused const

ayn2op 9 달 전
부모
커밋
cfccaeefc3
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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: "",