You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### public reloadEvents(): [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<[void](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined)>
75
75
76
76
Updates application events with the latest from "eventsPath".
### public reloadValidations(): [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<[void](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined)>
81
81
82
82
Updates application command validations with the latest from "validationsPath".
| client |[Client\<boolean>](https://discord.js.org/docs/packages/discord.js/main/Client:Class)| N/A | The client that instantiated this command. |
13
+
| handler |[CommandKit](/docs/classes/CommandKit)| N/A | The command data. |
14
+
| interaction |[Interaction\<CacheType>](https://discord.js.org/docs/packages/discord.js/main/Interaction:Class)| N/A | The interaction that triggered this command. |
| data |[RESTPostAPIApplicationCommandsJSONBody](https://discord-api-types.dev/api/discord-api-types-v10#RESTPostAPIApplicationCommandsJSONBody)| N/A |
0 commit comments