add help page for macros

This commit is contained in:
RossAscends
2023-07-06 06:11:13 +09:00
parent 892824df1a
commit 13ba5cec49
2 changed files with 23 additions and 0 deletions

View File

@@ -343,6 +343,10 @@ function helpCommandCallback(_, type) {
case '3':
sendSystemMessage(system_message_types.HOTKEYS);
break;
case 'macros':
case '4':
sendSystemMessage(system_message_types.MACROS);
break;
default:
sendSystemMessage(system_message_types.HELP);
break;