MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / NA

Function NA

src/bot/commands.ts:45–45  ·  view source on GitHub ↗
(feature: string)

Source from the content-addressed store, hash-verified

43}
44
45const NA = (feature: string) => `ℹ️ ${feature} isn't available on this bot build.`;
46const truncate = (s: string, n: number): string => { s = s.replace(/\s+/g, ' ').trim(); return s.length > n ? s.slice(0, n - 1) + '…' : s; };
47
48export const COMMANDS: BotCommand[] = [

Callers 1

commands.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected