Xerrion / flask-discord-bot

A modular Discord bot made using Discord.py@rewrite and Flask Microframework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Discord-Bot

FOSSA Status

How to run

  1. Clone this repo.
  2. In the project folder open a terminal and enter the following.
$ virtualenv env
$ source env/bin/activate
$ pip install -r requiremens.txt
$ python app.py

Changelog

v0.6.1

  • Added !lolstatus command

v0.5.6

  • Added information cog
  • Fixed a bug which broke the bot when using !lolstatus

License

FOSSA Status

About

A modular Discord bot made using Discord.py@rewrite and Flask Microframework

License:GNU General Public License v3.0


Languages

Language:Python 96.6%Language:Mako 3.4%