mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
fix bot crash
This commit is contained in:
parent
3a4149cfe1
commit
7f2d87c4b5
1 changed files with 5 additions and 2 deletions
|
@ -200,8 +200,11 @@ module.exports = {
|
||||||
})
|
})
|
||||||
|
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
editOrReply(context, {components:[]})
|
editOrReply(context, {
|
||||||
}, 10000)
|
embeds: context.response.embeds,
|
||||||
|
components:[]
|
||||||
|
})
|
||||||
|
}, 100000)
|
||||||
|
|
||||||
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