aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (follow)
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into masterGravatar ninexball2018-10-08-0/+1
|\
| * Add Hacktoberfest user stats cog (#7)Gravatar sco12018-10-07-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initialize Hacktoberfest stats cog * Fix generated grammar, add temporary variables to shorten string gen * Code review modifications Adjust variable & function names to be more in line with PEP8's recommendations. Break API query URL into multiple parts to aid readability and customization Adjust command input to explicitly accept a username input rather than star packing & unpacking. d.py guards against too many inputs for us Change _getURL to _get_shortname and adjust documentation because we're not even doing what the function name and documentation said we were * Remove hardcoded response channel * Update prefixes Spoooooky * Swap emoji for unicode string 👻👻👻 * Change unicode ghost string to a friendlier ghost string See: Casper, the Friendly Ghost
* | Added basic logging to bot.pyGravatar ninexball2018-10-08-6/+22
|/
* Fix improper docstrings and comments.Gravatar Marko Kovačević2018-10-03-2/+3
|
* Add some comments and docstrings documenting the code and replacing minor ↵Gravatar Marko Kovačević2018-10-02-4/+4
| | | | issues.
* Implemented flake8 and a Discord Bot base.Gravatar Marko Kovačević2018-10-02-0/+21