create

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

Creates a JDABuilder with caches inferred from intents.

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 createSharded instead.