mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
clear select after timeout
This commit is contained in:
parent
8bdac15ec6
commit
3a4149cfe1
1 changed files with 3 additions and 0 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue