A discord bot that posts memes in response to gifs that contain the word 'more' Really there is nothing more
Use pip (pip3 on linux/mac) to install the requirements.txt
pip install -r requirements.txt
and run using python is cmd (python3 in linux/mac)
python bot.py
NOTICE: a discord api key needs to be used and is not supplied, place the api key in a json called api.json
api.json
must be in the following format
{
"discord" : "api token"
}
Contributing is very much welcomed, please to not push to master!
This bot has the ability to read messages, it is programmed to download any images uploaded into channels it can read The supplied memes have not been filtered, offensive memes are not reflective on the character of the developer
This is licensed under the MIT License