fix bot crash

This commit is contained in:
derpystuff 2023-06-24 12:32:41 +02:00
parent 3a4149cfe1
commit 7f2d87c4b5

View file

@ -200,8 +200,11 @@ module.exports = {
})
setTimeout(()=>{
editOrReply(context, {components:[]})
}, 10000)
editOrReply(context, {
embeds: context.response.embeds,
components:[]
})
}, 100000)
return editOrReply(context, {embeds: [createEmbed("default", context, {
author: {