mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Reboot alias to shutdown
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class ShutdownCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'shutdown',
|
name: 'shutdown',
|
||||||
aliases: ['die', 'restart', 'process.exit'],
|
aliases: ['die', 'restart', 'process.exit', 'reboot'],
|
||||||
group: 'util',
|
group: 'util',
|
||||||
memberName: 'shutdown',
|
memberName: 'shutdown',
|
||||||
description: 'Shuts down the bot.',
|
description: 'Shuts down the bot.',
|
||||||
|
|||||||
Reference in New Issue
Block a user