mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update hunger-games.js
This commit is contained in:
@@ -71,7 +71,7 @@ module.exports = class HungerGamesCommand extends Command {
|
||||
buttonPress = await gameMsg.awaitMessageComponent({
|
||||
filter: res => res.user.id === msg.author.id,
|
||||
max: 1,
|
||||
time: 30000
|
||||
time: 120000
|
||||
});
|
||||
if (buttonPress.customId === 'false') {
|
||||
await buttonPress.update({ content: text, components: [] });
|
||||
|
||||
Reference in New Issue
Block a user