# ContextMenus

`variable` in `core` · v0.2.1-next.0

<https://docs.seedcord.org/packages/core/0.2.1-next.0/variables/context-menus>

The bot's deployed context-menu commands. Filled by CommandInjector after each deploy, and a read before that throws.

```ts
const ContextMenus: InjectedContextMenuMap;
```

## Examples

```ts
import { ContextMenus } from '@seedcord/gateway';

const id = ContextMenus.user['View Profile'].id;
```
