new haste
This commit is contained in:
parent
39b2b09f1b
commit
3fc0ac110f
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ module.exports = {
|
||||||
await reaction.message.edit(`\`Unable to upload uncached eval results\``);
|
await reaction.message.edit(`\`Unable to upload uncached eval results\``);
|
||||||
await reaction.message.reactions.removeAll();
|
await reaction.message.reactions.removeAll();
|
||||||
} else {
|
} 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) => {
|
.then(async (h) => {
|
||||||
await reaction.message.edit(`<${h}>`);
|
await reaction.message.edit(`<${h}>`);
|
||||||
await reaction.message.reactions.removeAll();
|
await reaction.message.reactions.removeAll();
|
||||||
|
|
Loading…
Reference in a new issue