mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Fix
This commit is contained in:
@@ -75,7 +75,7 @@ module.exports = class KinoCommand extends Command {
|
|||||||
max: 1,
|
max: 1,
|
||||||
time: 15000
|
time: 15000
|
||||||
});
|
});
|
||||||
if (!initialInteractions.size) break;
|
if (!initialInteractions.size) return initialMsg.update('Maybe next time!');
|
||||||
const choice = initialInteractions.first().customID;
|
const choice = initialInteractions.first().customID;
|
||||||
if (choice === 'end') return initialMsg.update('Maybe next time!');
|
if (choice === 'end') return initialMsg.update('Maybe next time!');
|
||||||
while (!end) {
|
while (!end) {
|
||||||
|
|||||||
Reference in New Issue
Block a user