createLight

@CheckReturnValue
fun createLight(token: String): JDABuilder(source)

Creates a JDABuilder with low memory profile settings.

In addition to the profile settings:

You must not change intents, cache flags nor event manager using the builder.

If you plan on growing your bot, prefer using createLightSharded instead.