strinking / docflow

A Discord Bot for evaluating code and viewing documentation, built for the Programming Discord Server.
6 stars 3 forks source link

Basic Discord bot #1

Closed jchristgit closed 7 years ago

jchristgit commented 7 years ago

Create the basic Discord Bot infrastructure using discord.py's commands extension that features a basic set of commands, namely:

as well as a few commands for administrating the Bot:

A help command is supplied by the library, using the docstrings inside of Commands.

jchristgit commented 7 years ago

I'm working on this.