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