mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-04 14:51:21 +00:00
Try to fix help rendering
This commit is contained in:
@@ -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"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user