mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Increase kino time
This commit is contained in:
@@ -97,7 +97,7 @@ module.exports = class KinoCommand extends Command {
|
||||
`, { components: [row] });
|
||||
const interactions = await initialMsg.awaitMessageComponentInteractions(filter, {
|
||||
max: 1,
|
||||
time: 15000
|
||||
time: 120000
|
||||
});
|
||||
if (!interactions.size) break;
|
||||
choice = interactions.first();
|
||||
|
||||
Reference in New Issue
Block a user