Explode Command

This commit is contained in:
Dragon Fire
2020-05-30 18:48:00 -04:00
parent 98d19619ad
commit bb537cc455
6 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = class ShutdownCommand extends Command {
constructor(client) {
super(client, {
name: 'shutdown',
aliases: ['die', 'explode', 'restart', 'process.exit'],
aliases: ['die', 'restart', 'process.exit'],
group: 'util',
memberName: 'shutdown',
description: 'Shuts down the bot.',