enabled

@ConfigurationValue(path = "jda.devtools.enabled", defaultValue = "true")
val enabled: Boolean = true(source)

When Spring devtools are enabled, enables shutting down JDA when the IoC container closes.

If you disable this, you must shut down JDA manually, not doing so will let old instances run, receive events and cause unwanted behavior.

Default: true