Skip to content
Snippets Groups Projects
Commit fc652ab6 authored by Ophestra's avatar Ophestra
Browse files

add all handlers to default mux

parent 46c5dc5b
Branches
Tags v0.0.2
No related merge requests found
......@@ -15,6 +15,14 @@ func New(prefix string) *Multiplexer {
}
mux.EventHandlers = []interface{}{
mux.onReady,
mux.onGuildMemberAdd,
mux.onGuildMemberRemove,
mux.onGuildDelete,
mux.onMessageCreate,
mux.onMessageDelete,
mux.onMessageUpdate,
mux.onMessageReactionAdd,
mux.onMessageReactionRemove,
}
return mux
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment