From 3c3ec6c2b4b0b0c6fc6bdee3f6ee9504ceb3cd10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 2 Apr 2020 07:34:57 +0300 Subject: [PATCH] Changed category of maintenance command. --- commands/maintenance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/maintenance.js b/commands/maintenance.js index 0cdd156..641e742 100644 --- a/commands/maintenance.js +++ b/commands/maintenance.js @@ -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)