mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
major cleanup
This commit is contained in:
parent
ddd918470e
commit
a8cf49e31e
60 changed files with 537 additions and 619 deletions
|
@ -68,7 +68,7 @@ module.exports = {
|
|||
data = JSON.parse(data.text)
|
||||
}catch(e){
|
||||
console.log(e)
|
||||
return editOrReply(context, { embeds: [createEmbed("error", context, "Code execution failed.")] })
|
||||
return editOrReply(context, createEmbed("error", context, "Code execution failed."))
|
||||
}
|
||||
|
||||
const embed = createEmbed("default", context, {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue