aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
* Merge pull request #22 from ninexball/masterGravatar Leon Sandøy2018-10-09-3/+49
|\ | | | | Logging Feature
| * Merge branch 'master' into masterGravatar ninexball2018-10-08-0/+187
| |\
| * | Added basic logging to bot.pyGravatar ninexball2018-10-08-6/+22
| | |
| * | Added loggingGravatar ninexball2018-10-06-0/+30
| | |
* | | Merge pull request #21 from xedre/masterGravatar Leon Sandøy2018-10-09-0/+3
|\ \ \ | |_|/ |/| | added .gitignore and improved readme
| * | added docstring to repositoryGravatar xedre2018-10-05-0/+3
| |/
* / Add Hacktoberfest user stats cog (#7)Gravatar sco12018-10-07-3/+190
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Use docstrings instead of block comments.Gravatar Marko Kovačević2018-10-03-3/+9
|
* Fix improper docstrings and comments.Gravatar Marko Kovačević2018-10-03-10/+10
|
* Add some comments and docstrings documenting the code and replacing minor ↵Gravatar Marko Kovačević2018-10-02-10/+26
| | | | issues.
* Fix wrongful indentation.Gravatar Marko Kovačević2018-10-02-1/+1
|
* Missed cogs directory.Gravatar Marko Kovačević2018-10-02-0/+14
|
* Implemented flake8 and a Discord Bot base.Gravatar Marko Kovačević2018-10-02-0/+22