utility.presence: alias to status

This commit is contained in:
Cynthia Foxwell 2023-03-25 13:49:43 -06:00
parent 37c2fd7f47
commit 543192bb28
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ const presence = new Command("presence");
presence.category = CATEGORY;
presence.helpText = "Get presences of a user.";
presence.usage = "<user>";
presence.addAlias("status");
presence.callback = async function (msg, line) {
if (!msg.guildID) return "Can only be used in guilds.";