up the time limit

This commit is contained in:
Jill 2023-05-04 15:35:05 +03:00
parent 2e18e3d27a
commit 70b4f0de87
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ module.exports = {
try {
const collected = await msg.channel.awaitMessages({
max: 1,
time: 15000,
time: 30000,
errors: ['time']
});
const message = collected.first() as Message;