dscord.bot

Modules

bot
module dscord.bot.bot

A simple but extendable Discord bot implementation.

command
module dscord.bot.command

Utilities for building user-controlled commands with the dscord bot interface

listener
module dscord.bot.listener

Utilties for handling/listening to events through the dscord bot interface.

plugin
module dscord.bot.plugin

Base class for creating plugins the Bot can load/unload.

Meta