Undocumented in source.
Returns true if the current bot instance/configuration supports all of the passed BotFeature flags.
Base implementation for getting a level from a role. Override this.
Override implementation for getting a level from a user (for command handling)
Base implementation for getting a level from a user. Override this.
Loads a plugin into the bot, optionally restoring previous plugin state.
Starts the bot.
Unloads a plugin from the bot, unbinding all listeners and commands.
Unloads a plugin from the bot by name.
Undocumented in source. Be warned that the author may not have intended to support it.
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.