Type alias Plugin

Plugin: ((bot) => null) | ((bot, opts) => null)

Type declaration

    • (bot): null
    • Parameters

      • bot: Bot

      Returns null

Type declaration

    • (bot, opts): null
    • Parameters

      • bot: Bot
      • opts: ClientOptions

      Returns null

Deprecated

Param: The

bot to load the plugin into.

Param: opts

The bot's ClientOptions.