import { logVerbose } from "../../globals.js"; import { buildStatusText } from "../../status/status-text.js"; import type { BuildStatusTextParams } from "../../status/status-text.types.js"; import type { ReplyPayload } from "../types.js"; import type { CommandContext } from "./commands-types.js";
export { buildStatusText } from "../../status/status-text.js";
type BuildStatusReplyParams = Omit<BuildStatusTextParams, "statusChannel"> & {
command: CommandContext;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.