Cargo Features

bevy-discord has no features set by default.

[dependencies]
bevy-discord = { version = "0.5.0-beta.1", features = ["full", "bot", "http", "bot_cache"] }
full = bot, http
bot full? = http

Enables sync of tokio

Affects bevy-discord::bot

http bot? full?

Enables serenity

serenity:

Enables HTTP, which enables bots to execute actions on Discord.

Affects bevy-discord::http, bevy-discord::serenity

bot_cache

Enables cache of serenity

serenity:

Enables the cache, which stores the data received from Discord gateway to provide access to complete guild data, channels, users and more without needing HTTP requests.

Affects events::BCacheRead, events::BShardsReady