mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +02:00
Button-based join game
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports = class AkinatorCommand extends Command {
|
||||
}
|
||||
|
||||
async run(msg, { region }) {
|
||||
const aki = new Aki(region, !msg.channel.nsfw);
|
||||
const aki = new Aki({ region, childMode: !msg.channel.nsfw });
|
||||
let ans = null;
|
||||
let win = false;
|
||||
let timesGuessed = 0;
|
||||
|
||||
Reference in New Issue
Block a user