dcord.bot

Undocumented in source.

Modules

bot
module dcord.bot.bot

A simple but extendable Discord bot implementation.

command
module dcord.bot.command

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

listener
module dcord.bot.listener

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

plugin
module dcord.bot.plugin

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

Public Imports

dcord.bot.bot
public import dcord.bot.bot;
dcord.bot.command
public import dcord.bot.command;
dcord.bot.listener
public import dcord.bot.listener;
dcord.bot.plugin
public import dcord.bot.plugin;

Meta