MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot / propertyMention

Function propertyMention

src/utils/string.utils.ts:111–113  ·  view source on GitHub ↗
(propertName: string)

Source from the content-addressed store, hash-verified

109}
110
111export function propertyMention(propertName: string) {
112 return bold(convertCamelCaseToTitleCase(propertName));
113}
114
115const GLOBAL_HIDDEN_PROPERTIES = ["id", "guildId", "queueId", "isRole"];
116

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected