Update ActionsManager.js
This commit is contained in:
parent
87a3e4b533
commit
1600403cfa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user