# ContextMenus

`variable` in `core` · v0.1.4

<https://docs.seedcord.org/packages/core/0.1.4/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;
```
