oopscord.js
    Preparing search index...

    Interface EventModuleOptions

    Configuration for the EventModule decorator.

    • listeners: an array of listener classes (constructors) that the module system can instantiate and register when this module is loaded.
    interface EventModuleOptions {
        listeners?: typeof Listener[];
    }
    Index

    Properties

    Properties

    listeners?: typeof Listener[]