mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Explode Command
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user