Quellcode durchsuchen

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

thisnthat vor 5 Jahren
Ursprung
Commit
784ca1ddc2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"
 )