mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-13 08:33:02 -04:00
major cleanup
This commit is contained in:
parent
ddd918470e
commit
a8cf49e31e
60 changed files with 537 additions and 619 deletions
|
@ -37,14 +37,14 @@ module.exports = {
|
|||
if(!image) return editOrReply(context, createEmbed("warning", context, "No images found."))
|
||||
}
|
||||
|
||||
let response = await editOrReply(context, { embeds: [createEmbed("loading", context, `Generating image...`)] })
|
||||
let response = await editOrReply(context, createEmbed("loading", context, `Generating image...`))
|
||||
|
||||
let noticeTimer = setTimeout(()=>{
|
||||
let emb = createEmbed("loading", context, `Generating image...`)
|
||||
emb.footer = {
|
||||
text: "This might take a moment to complete."
|
||||
};
|
||||
response.edit({ embeds: [ emb ] });
|
||||
editOrReply(context, { embeds: [ emb ] });
|
||||
}, 45000)
|
||||
|
||||
try{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue