5 lines
279 B
JavaScript
5 lines
279 B
JavaScript
// Source scripts default to slash commands. The provider build replaces only
|
|
// this exact declaration, avoiding heuristic rewrites across executable code.
|
|
export const IMPECCABLE_COMMAND_PREFIX = "$";
|
|
export const IMPECCABLE_COMMAND = `${IMPECCABLE_COMMAND_PREFIX}impeccable`;
|