Manually remove and re-add help cmd handler
This commit is contained in:
@@ -709,6 +709,9 @@ function addAllCommandHandlers() {
|
||||
}
|
||||
}
|
||||
|
||||
removeCommandHandler("help");
|
||||
addCommandHandler("help", helpCommand);
|
||||
|
||||
logToConsole(LOG_INFO, `[VRR.Command] ${commandCount} command handlers added!`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user