new haste

This commit is contained in:
monty 2019-12-20 23:29:33 +01:00
parent 39b2b09f1b
commit 3fc0ac110f
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ module.exports = {
await reaction.message.edit(`\`Unable to upload uncached eval results\``);
await reaction.message.reactions.removeAll();
} else {
hastebin(`${client.lastEval || `Last eval resuts weren't cached`}`, { extension: 'js' })
hastebin(`${client.lastEval || `Last eval resuts weren't cached`}`, {
url: 'http://rp.e-six-two.one/',
extension: 'js'
})
.then(async (h) => {
await reaction.message.edit(`<${h}>`);
await reaction.message.reactions.removeAll();