diff --git a/socketserver/server/publisher.go b/socketserver/server/publisher.go index 3e6bcd11..a1815a63 100644 --- a/socketserver/server/publisher.go +++ b/socketserver/server/publisher.go @@ -8,8 +8,8 @@ import ( "sync" "time" - "github.com/pkg/errors" "github.com/FrankerFaceZ/FrankerFaceZ/socketserver/server/rate" + "github.com/pkg/errors" ) // LastSavedMessage contains a reply to a command along with an expiration time.