Update ActionsManager.js

This commit is contained in:
Elysia 2024-01-06 09:05:07 +07:00
parent 87a3e4b533
commit 1600403cfa

View File

@ -3,6 +3,7 @@
class ActionsManager { class ActionsManager {
constructor(client) { constructor(client) {
this.client = client; this.client = client;
// These symbols represent fully built data that we inject at times when calling actions manually. // These symbols represent fully built data that we inject at times when calling actions manually.
// Action#getUser for example, will return the injected data (which is assumed to be a built structure) // Action#getUser for example, will return the injected data (which is assumed to be a built structure)
// instead of trying to make it from provided data // instead of trying to make it from provided data