Packages@robojs/discordjs
ContextNamespaceController
Interface: ContextNamespaceController
Namespace controller for portal.discordjs.context Provides access to all context menus.
Methods
get()
get(name): Promise<null | ContextHandler>Get a specific context menu handler by name
Parameters
| Parameter | Type |
|---|---|
name | string |
Returns
Promise<null | ContextHandler>
list()
list(): string[]Get all context menu keys
Returns
string[]
