Reboot alias to shutdown

This commit is contained in:
Dragon Fire
2020-09-16 15:57:39 -04:00
parent babed3d547
commit 8e87b4eba7
+1 -1
View File
@@ -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.',