|
|
|
@ -1,16 +1,5 @@
|
|
|
|
package bot
|
|
|
|
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
|
|
|
|
|
|
|
|
// XXX: Rate limits
|
|
|
|
|
|
|
|
// XXX: Fetch roles from Guild?
|
|
|
|
|
|
|
|
// XXX: Auto accept friendship mode
|
|
|
|
|
|
|
|
// XXX: Rude mode enabled only for certain users
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
import (
|
|
|
|
"bytes"
|
|
|
|
"bytes"
|
|
|
|
"encoding/json"
|
|
|
|
"encoding/json"
|
|
|
|
|