Changed category of maintenance command.

This commit is contained in:
Christer Warén 2020-04-02 07:34:57 +03:00
parent c17a4217cc
commit 3c3ec6c2b4

View File

@ -4,7 +4,7 @@ module.exports = {
usage: '',
description: 'Bot Maintenance',
permission: 'none',
category: 'maintenance',
category: 'info',
execute(msg, args, client, Discord, command) {
const embed = new Discord.MessageEmbed()
.setTitle(client.messages.maintenanceTitle)