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.',