Преглед изворни кода

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"
 )