@ -2,6 +2,7 @@ package bot
// XXX: Ensure we don't join voice channels
// XXX: Fetch Altspace version and use latest
// XXX: Delay offline notifications to two checks
// XXX: Discord Intents
// XXX: Flirty mode
// XXX: Mlocks on pending requests
@ -1,6 +1,7 @@
package bot
// FIXME: aemoji does not update existing users
// XXX: Help should only show commands available to a user
import (
"fmt"
@ -106,5 +106,4 @@ func (dg *Discord) addHandlers() {
dg.Session.AddHandler(dg.Router.OnMessageCreate)
dg.Router.Route("help", "Display this message.", dg.Router.Help)
//dg.router.Route("associate", "Associates an AltVR user to a discord user")
}