Try to fix help rendering

This commit is contained in:
MTRNord
2023-06-23 10:22:13 +02:00
parent 3eb48388d5
commit c44f6c591a
@@ -29,7 +29,7 @@ import { AppserviceBotEmitter } from './AppserviceBotEmitter';
defineInterfaceCommand({
parameters: parameters([], new RestDescription('command parts', findPresentationType("any"))),
table: "appservice bot",
command: async function () { return CommandResult.Ok(findCommandTable("appservice bot").getAllCommands()) },
command: async function () { return CommandResult.Ok(findCommandTable("appservice bot")) },
designator: ["help"],
summary: "Display this message"
})