dcord.bot.bot

A simple but extendable Discord bot implementation.

Members

Classes

Bot
class Bot

The Bot class is an extensible, fully-featured base for building Bots with the dcord library. It's meant to serve as a base class that can be extended in seperate projects.

Enums

BotFeatures
enum BotFeatures

Feature flags that can be used to toggle behavior of the Bot interface.

Structs

BotConfig
struct BotConfig

Configuration that can be used to control the behavior of the Bot.

Meta