# CommandMentions

`variable` in `gateway` · v0.1.0-next.3

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/variables/command-mentions>

Ready-to-send command mention strings, keyed by [`SlashOptionRegistry`](/packages/core/0.1.0-next.5/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;
```
