discord_gleam/types/bot
Types
pub type Bot {
Bot(token: String, intents: intents.Intents, cache: Cache)
}
Constructors
-
Bot(token: String, intents: intents.Intents, cache: Cache)
pub type Bot {
Bot(token: String, intents: intents.Intents, cache: Cache)
}
Bot(token: String, intents: intents.Intents, cache: Cache)