From 543192bb2815283b800fa04e882deb323ea12191 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 25 Mar 2023 13:49:43 -0600 Subject: [PATCH] utility.presence: alias to status --- src/modules/utility.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/utility.js b/src/modules/utility.js index f5ac420..a81300a 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -708,6 +708,7 @@ const presence = new Command("presence"); presence.category = CATEGORY; presence.helpText = "Get presences of a user."; presence.usage = ""; +presence.addAlias("status"); presence.callback = async function (msg, line) { if (!msg.guildID) return "Can only be used in guilds.";