Cargo Features

bevy-discord has no features set by default.

[dependencies]
bevy-discord = { version = "0.2.1", features = ["full", "webhook", "bot", "bot_cache"] }
full = bot, webhook
webhook full?

Enables reqwest, serde, and serde_json

Affects bevy-discord::webhook

bot full?

Enables serenity, sync of tokio

Affects bevy-discord::bot

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