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
{{ message }}
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.
The handleMessage method in CommandDispatcher is private. This doesn't seem to make sense?
handleMessage is called in the constructor of the Commando client, and nothing in CommandDispatcher actually calls it.
So, it seems like this should be a public method? I'm writing a child class in TypeScript of CommandDispatcher to intercept all messages, and this interface definition is causing problems.
Is there a design decision behind this, or should this be changed?
The text was updated successfully, but these errors were encountered:
The
handleMessage
method inCommandDispatcher
is private. This doesn't seem to make sense?handleMessage
is called in the constructor of the Commando client, and nothing inCommandDispatcher
actually calls it.So, it seems like this should be a public method? I'm writing a child class in TypeScript of
CommandDispatcher
to intercept all messages, and this interface definition is causing problems.Is there a design decision behind this, or should this be changed?
The text was updated successfully, but these errors were encountered: