discord_gleam/types/bot
Types
The Bot type holds bot data used by a lot of high-level functions
pub type Bot {
Bot(
token: String,
client_id: Snowflake,
intents: intents.Intents,
cache: Cache,
)
}
Constructors
-
Bot( token: String, client_id: Snowflake, intents: intents.Intents, cache: Cache, )