- The @discord-factory/core module is intended to simplify access to certain resources such as commands,events registered within the instance of your application. -
- -- Returns the instance of the Discord Client linked to the bot. -
-- Returns the set of commands registered within the application instance. -
-- Returns the set of events registered within the application instance. -
-- Returns the set of middlewares registered within the application instance. -
-- Returns the set of hooks registered within the application instance. -
-- Returns the set of providers registered within the application instance. -
-