소스 검색

Update 'bot/event/mux/router.go'

thisnthat 5 년 전
부모
커밋
784ca1ddc2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bot/event/mux/router.go

+ 1 - 1
bot/event/mux/router.go

@@ -4,7 +4,7 @@ import (
 	"errors"
 	"strings"
 
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 
 	"git.mgmcomp.net/thisnthat/discordgo"
 )