clear select after timeout

This commit is contained in:
derpystuff 2023-06-23 20:32:35 +02:00
parent 8bdac15ec6
commit 3a4149cfe1

View file

@ -199,6 +199,9 @@ module.exports = {
options: selectOptions options: selectOptions
}) })
setTimeout(()=>{
editOrReply(context, {components:[]})
}, 10000)
return editOrReply(context, {embeds: [createEmbed("default", context, { return editOrReply(context, {embeds: [createEmbed("default", context, {
author: { author: {