rs status shortcut

This commit is contained in:
legop3
2026-01-03 15:00:27 -05:00
parent 258f244194
commit 56ed528412
+3
View File
@@ -273,6 +273,9 @@ async function handleCommand(message) {
const action = (tokens.shift() || '').toLowerCase();
switch (action) {
case '':
await handleStatusCommand(message, tokens[0]);
break;
case 'help':
await message.reply(formatHelp());
break;