Variablecorev0.6.0ContextMenusThe bot's deployed context-menu commands. Filled by CommandInjector after each deploy, and a read before that throws. const ContextMenus: InjectedContextMenuMap;ExamplesCopyimport { ContextMenus } from '@seedcord/gateway'; const id = ContextMenus.user['View Profile'].id;