From 7f7b01c61dd2336054c875885b703fbb7c659512 Mon Sep 17 00:00:00 2001 From: Emily J Date: Fri, 30 Oct 2020 07:42:31 +1100 Subject: [PATCH] remove comment --- bot/commands/Developer/restart.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/commands/Developer/restart.js b/bot/commands/Developer/restart.js index 4247ef2..8f2ba15 100644 --- a/bot/commands/Developer/restart.js +++ b/bot/commands/Developer/restart.js @@ -28,6 +28,5 @@ module.exports = class { body: JSON.stringify({ 'signal': 'restart' }), headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${client.config.server}` } }); - //-H 'Authorization: Bearer ' -H "Content-Type: application/json" -d '{"signal": "restart"}' } }; \ No newline at end of file