| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fix #27: Add spooky reactions. | 2018-10-11 | -0/+32 | |
| | | ||||
| * | Merge pull request #34 from markylon/master | 2018-10-10 | -0/+47 | |
| |\ | | | | | Implement Halloweenify feature. | |||
| | * | Another cosmetic mistake. | 2018-10-10 | -2/+2 | |
| | | | ||||
| | * | Missing newline. | 2018-10-10 | -1/+1 | |
| | | | ||||
| | * | Ooops, reversed the emojis. | 2018-10-10 | -1/+1 | |
| | | | ||||
| | * | Minor changes to the Embed. | 2018-10-10 | -2/+2 | |
| | | | ||||
| | * | Change message to a more friendly one. | 2018-10-10 | -2/+3 | |
| | | | ||||
| | * | Implement Halloweenify feature. | 2018-10-09 | -0/+46 | |
| | | | ||||
| * | | Merge pull request #23 from rgables/master | 2018-10-09 | -0/+99 | |
| |\ \ | | | | | | | Added cog for random scary movie | |||
| | * | | spelling | 2018-10-09 | -2/+2 | |
| | | | | ||||
| | * | | Embeds movie data from TMDb | 2018-10-09 | -27/+61 | |
| | | | | ||||
| | * | | made apikey env var + formatted omdb response | 2018-10-06 | -66/+65 | |
| | | | | ||||
| | * | | Roughed out omdb requests | 2018-10-06 | -0/+66 | |
| | |/ | ||||
| * | | Merge pull request #21 from xedre/master | 2018-10-09 | -0/+3 | |
| |\ \ | | | | | | | added .gitignore and improved readme | |||
| | * | | added docstring to repository | 2018-10-05 | -0/+3 | |
| | |/ | ||||
| * / | Add Hacktoberfest user stats cog (#7) | 2018-10-07 | -0/+186 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | 2018-10-03 | -3/+9 | |
| | | ||||
| * | Fix improper docstrings and comments. | 2018-10-03 | -8/+7 | |
| | | ||||
| * | Add some comments and docstrings documenting the code and replacing minor ↵ | 2018-10-02 | -5/+22 | |
| | | | | | issues. | |||
| * | Fix wrongful indentation. | 2018-10-02 | -1/+1 | |
| | | ||||
| * | Missed cogs directory. | 2018-10-02 | -0/+14 | |