fix crash

This commit is contained in:
big nutty 2023-11-08 07:41:49 +00:00
parent 3e53b27fbe
commit 8f050c7b8a

View file

@ -209,7 +209,6 @@ module.exports = {
setTimeout(()=>{ setTimeout(()=>{
editOrReply(context, { editOrReply(context, {
embeds: context.response.embeds,
components:[] components:[]
}) })
}, 100000) }, 100000)