mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Reboot alias to shutdown
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user