From 8e87b4eba7442a02c443727d5bcb775c3c9b6e0a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 16 Sep 2020 15:57:39 -0400 Subject: [PATCH] Reboot alias to shutdown --- commands/util/shutdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/shutdown.js b/commands/util/shutdown.js index 4930c415..3735bd51 100644 --- a/commands/util/shutdown.js +++ b/commands/util/shutdown.js @@ -6,7 +6,7 @@ module.exports = class ShutdownCommand extends Command { constructor(client) { super(client, { name: 'shutdown', - aliases: ['die', 'restart', 'process.exit'], + aliases: ['die', 'restart', 'process.exit', 'reboot'], group: 'util', memberName: 'shutdown', description: 'Shuts down the bot.',