From 1600403cfa61a5ac01fdf05e752ca46eee962584 Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 6 Jan 2024 09:05:07 +0700 Subject: [PATCH] Update ActionsManager.js --- src/client/actions/ActionsManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/actions/ActionsManager.js b/src/client/actions/ActionsManager.js index b1ea501..5594fdd 100644 --- a/src/client/actions/ActionsManager.js +++ b/src/client/actions/ActionsManager.js @@ -3,6 +3,7 @@ class ActionsManager { constructor(client) { this.client = client; + // 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) // instead of trying to make it from provided data