mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
fix error message
This commit is contained in:
parent
a5e2f79a46
commit
a17126d0aa
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@ module.exports = {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
return await response.edit({
|
return await response.edit({
|
||||||
embeds: [createEmbed("image", context, {
|
embeds: [createEmbed("image", context, {
|
||||||
url: "https://derpystuff.gitlab.io/webstorage4/v2/assets/screenshot/screenshot_error.png",
|
url: "https://derpystuff.gitlab.io/webstorage4/v2/assets/screenshot/screenshot_error.png"
|
||||||
time: ((Date.now() - t) / 1000).toFixed(2)
|
|
||||||
})]
|
})]
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue