devMode

Whether the bot is running in development mode.

By default, KordEx determines this by checking, in order:

  • For the devMode property.

  • For the DEV_MODE env var.

  • Whether the ENVIRONMENT env var is "dev" or "development".

If none of these options work for you, you can set this property yourself.