From 2b7b2b2dfce1774fa2a2aac096d4e418bea3437d Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 29 Oct 2023 01:07:03 +0200 Subject: [PATCH] add status alias --- commands/message/core/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/core/stats.js b/commands/message/core/stats.js index 4939221..a32b391 100644 --- a/commands/message/core/stats.js +++ b/commands/message/core/stats.js @@ -20,7 +20,7 @@ function format(seconds){ module.exports = { name: 'stats', - aliases: ['usage', 'uptime'], + aliases: ['usage', 'uptime', 'status'], metadata: { description: 'Shows statistics about the bot.', description_short: 'Bot statistics',