add pocket alias to getinv command

This commit is contained in:
2025-08-26 23:47:48 +02:00
parent 95cbdccd8c
commit e3f04bfe07
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import parseCommandArgs from "lib/parseCommandArgs";
import User from "user";
import items from "items";
export default new Command('inventory', ['inv', 'inventory'], 'chatter', async (msg, user) => {
export default new Command('inventory', ['inv', 'inventory', 'pocket'], 'chatter', async (msg, user) => {
const args = parseCommandArgs(msg.messageText);
let target: User = user;
if (args[0]) {