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

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

thisnthat пре 5 година
родитељ
комит
741c8f0107
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bot/event/mux/message.go

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

@@ -6,7 +6,7 @@ import (
 	"strings"
 
 	"git.mgmcomp.net/thisnthat/discordgo"
-	"github.com/Sirupsen/logrus"
+	"github.com/sirupsen/logrus"
 )
 
 // OnMessageCreate is a DiscordGo Event Handler function.  This must be