From ad4272e72b5fa2a8a697869d01e8565c329bf3a1 Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 8 Mar 2019 20:16:06 +0100 Subject: [PATCH] added 1 more image --- commands/owner/reboot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/owner/reboot.js b/commands/owner/reboot.js index 8fcb6d17..8bef235b 100644 --- a/commands/owner/reboot.js +++ b/commands/owner/reboot.js @@ -16,7 +16,7 @@ class RebootCommand extends Command { } async exec(message) { - await message.channel.send('k bye thx', { files: ['https://cdn.discordapp.com/attachments/532980995767533568/553310025792356362/meme.png']}); + await message.channel.send('k bye thx', { files: ['https://cdn.discordapp.com/attachments/532980995767533568/553656409452183552/bad_things_happen_to_good_people.jpg', 'https://cdn.discordapp.com/attachments/532980995767533568/553310025792356362/meme.png']}); process.exit(); }