aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2018-10-07Add Hacktoberfest user stats cog (#7)Gravatar sco1-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
2018-10-06:memo: Improved grammar and replaced numbered items.Gravatar Daniel Augusto-23/+16
2018-10-05:sparkles: Added bug and feature request templatesGravatar Daniel Augusto-0/+60
2018-10-03Remove requirements.txtGravatar sco1-10/+0
No sense maintaining this if we're using Pipenv
2018-10-03Fix Pipenv wiki link typo in Contributor guidelinesGravatar sco1-1/+1
2018-10-03Initialize Pipfile & Pipfile.lockGravatar sco1-0/+124
Update Contributor guide to link to Wiki Pipenv guide
2018-10-03Update README.mdGravatar Leon Sandøy-0/+2
2018-10-03Use docstrings instead of block comments.Gravatar Marko Kovačević-3/+9
2018-10-03Fix improper docstrings and comments.Gravatar Marko Kovačević-10/+10
2018-10-02Add some comments and docstrings documenting the code and replacing minor ↵Gravatar Marko Kovačević-15/+26
issues.
2018-10-02Fix wrongful indentation.Gravatar Marko Kovačević-1/+1