diff --git a/bot/ctx_call.go b/bot/ctx_call.go index f4cf083..7fbf8c1 100644 --- a/bot/ctx_call.go +++ b/bot/ctx_call.go @@ -59,6 +59,10 @@ func (ctx *Context) callCmd(ev interface{}) (bottomError error) { } } + if bottomError != nil { + return bottomError + } + var msc *gateway.MessageCreateEvent // We call the messages later, since we want MessageCreate middlewares to