Add missing documentation in /avatar

This commit is contained in:
memetrollsXD 2022-08-02 16:15:40 +02:00
parent 0ab4304f78
commit a07f7d7087
No known key found for this signature in database
GPG Key ID: 105C2F3417AC32CD

View File

@ -16,7 +16,7 @@ export default async function handle(command: Command) {
switch (actionType) { switch (actionType) {
default: { default: {
c.log(`Usage: /avatar <add|remove> <avatarId>`); c.log(`Usage: /avatar <add|remove|giveall|removeall> <avatarId>`);
break; break;
} }
case "add": { case "add": {