major cleanup

This commit is contained in:
derpystuff 2023-11-04 17:29:06 +01:00
parent ddd918470e
commit a8cf49e31e
60 changed files with 537 additions and 619 deletions

View file

@ -27,7 +27,7 @@ module.exports = {
files: [{ filename: `otter.${res.headers["x-file-ext"]}`, value: res.body }]
})
}catch(e){
return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to fetch otter.`)]})
return editOrReply(context, createEmbed("error", context, `Unable to fetch otter.`))
}
}
};