Discord bot that reponds with disclaimer to a specific user
CapBot is a Discord bot that was created to respond to a particular user who would always find a way to twist the truth. I consider this a gift to humanity as no person will ever again be fooled by his lies about there being a "6th question on the back" (bear in mind our worksheets are online and cannot have a "back").
- Python
- Discord API
- Heroku
Completed
- Fork it (https://github.com/matthewfoulk/cuttle/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- RealPython.com: How to Make a Discord Bot in Python
- StackOverflow.com: How do I host my Discord.py Bot on Heroku?
Matthew Foulk – LinkedIn – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
Start Date: 12/12/2020
End Date: 12/12/2020
This was a fun, quick project. I enjoyed familiarizing myself with the Discord API (although I barely scraped the surface of what is possible). I've had a lot of fun recently making several projects that I actually find useful in my daily life. The hardest part of this project was realizing that my bot was not broken, I simply had to actually turn on the dyno on Heroku.