mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Fix
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = class AkinatorCommand extends Command {
|
|||||||
max: 1,
|
max: 1,
|
||||||
time: 30000
|
time: 30000
|
||||||
});
|
});
|
||||||
if (initialVerify.customId === 'false') return initialVerify.update('Too bad...', { components: [] });
|
if (buttonPress.customId === 'false') return initialVerify.update('Too bad...', { components: [] });
|
||||||
} catch {
|
} catch {
|
||||||
return gameMsg.edit('Guess you didn\'t want to play after all...', { components: [] });
|
return gameMsg.edit('Guess you didn\'t want to play after all...', { components: [] });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user