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