From 967bef32d5487a688b871cfa9c50d5f67f388912 Mon Sep 17 00:00:00 2001 From: Supositware Date: Thu, 7 Mar 2019 21:22:11 +0100 Subject: [PATCH] Changed image cuz look better --- 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 16759509..8fcb6d17 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/488557139732856832/553304488660959252/Untitled-1.png']}); + await message.channel.send('k bye thx', { files: ['https://cdn.discordapp.com/attachments/532980995767533568/553310025792356362/meme.png']}); process.exit(); }