utility.presence: alias to status
This commit is contained in:
parent
37c2fd7f47
commit
543192bb28
1 changed files with 1 additions and 0 deletions
|
@ -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.";
|
||||
|
||||
|
|
Loading…
Reference in a new issue