# CommandMentions

`variable` in `seedcord` · v0.15.0

<https://docs.seedcord.org/packages/seedcord/0.15.0/variables/command-mentions>

Ready-to-send command mention strings, keyed by [`SlashOptionRegistry`](/packages/types/0.7.1/interfaces/slash-option-registry).

A value is a clickable `</name:id>` when the command's id resolved from the deploy, otherwise the plain `/name` text. Populated by CommandMentionInjector after each deploy.

```ts
const CommandMentions: InjectedMentionMap;
```
