Jelajahi Sumber

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

thisnthat 5 tahun lalu
induk
melakukan
784ca1ddc2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"
 )