It'a discord bot.
- Meme pictures sender
- Chat bot
- Ping
- Remove messages
- Echo messages
Step 1. Download the repo
$ git clone https://github.com/allen91wu/discord-bot
$ cd discord-bot
Step 2. Set up the virtual environment
$ pip install pipenv
$ pipenv install
- pipenv: for dependency management
Step 3. Set up your discord bot token
$ pipenv run dotenv set BOT_TOKEN YOUR_TOKEN
Step 4. Implement the bot server
$ cd discord-bot
$ pipenv run python discord-bot.py
See Contributing
Created from Lee-W/cookiecutter-python-template version 0.9.1