aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix #27: Add spooky reactions.Gravatar hundredrab2018-10-11-0/+32
|
* Merge pull request #34 from markylon/masterGravatar Leon Sandøy2018-10-10-0/+126
|\ | | | | Implement Halloweenify feature.
| * Another cosmetic mistake.Gravatar Marko Kovačević2018-10-10-2/+2
| |
| * Missing newline.Gravatar Marko Kovačević2018-10-10-1/+1
| |
| * Ooops, reversed the emojis.Gravatar Marko Kovačević2018-10-10-1/+1
| |
| * Minor changes to the Embed.Gravatar Marko Kovačević2018-10-10-2/+2
| |
| * Change message to a more friendly one.Gravatar Marko Kovačević2018-10-10-2/+3
| |
| * Implement Halloweenify feature.Gravatar Marko Kovačević2018-10-09-0/+125
| |
* | Merge pull request #23 from rgables/masterGravatar Leon Sandøy2018-10-09-0/+99
|\ \ | | | | | | Added cog for random scary movie
| * | spellingGravatar Ryan Gables2018-10-09-2/+2
| | |
| * | Embeds movie data from TMDbGravatar Ryan Gables2018-10-09-27/+61
| | |
| * | made apikey env var + formatted omdb responseGravatar Ryan Gables2018-10-06-66/+65
| | |
| * | Roughed out omdb requestsGravatar Ryan Gables2018-10-06-0/+66
| | |
* | | 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/+235
| |\ \ \
| * | | | 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-1/+221
|\ \ \ \ | |_|/ / |/| | | added .gitignore and improved readme
| * | | added graves consistentlyGravatar xedre2018-10-08-7/+7
| | | |
| * | | added links for how to achieve Setup without PycharmGravatar xedre2018-10-06-0/+9
| | | |
| * | | Update README.mdGravatar xedre2018-10-06-16/+9
| | | |
| * | | added log/* to .gitignoreGravatar xedre2018-10-06-0/+6
| | | |
| * | | added final image and fixed linksGravatar xedre2018-10-06-1/+2
| | | |
| * | | Finished getting startedGravatar xedre2018-10-06-0/+41
| | | |
| * | | Began working on getting startedGravatar xedre2018-10-05-0/+42
| | | |
| * | | change "by *lemon*" to just "*lemon*"Gravatar xedre2018-10-05-1/+1
| | | |
| * | | added commands and motivation sections to READMEGravatar xedre2018-10-05-1/+19
| | | | | | | | | | | | also added docstring to templete.py for repository command
| * | | Merge remote-tracking branch 'origin/master'Gravatar xedre2018-10-05-0/+107
| |\ \ \
| | * | | Create .gitignoreGravatar xedre2018-10-05-0/+107
| | |/ /
| * / / added docstring to repositoryGravatar xedre2018-10-05-0/+3
| |/ /
* | | Update feature_request.mdGravatar Leon Sandøy2018-10-08-1/+1
| | |
* | | Update feature_request.mdGravatar Leon Sandøy2018-10-08-13/+8
| | | | | | | | | slight improvements to the template.
* | | Merge pull request #19 from danieldeveloper001/feature/github_templatesGravatar Leon Sandøy2018-10-08-0/+53
|\ \ \ | | | | | | | | feature/github_templates
| * | | :memo: Improved grammar and replaced numbered items.Gravatar Daniel Augusto2018-10-06-23/+16
| | | |
| * | | :sparkles: Added bug and feature request templatesGravatar Daniel Augusto2018-10-05-0/+60
| |/ /
* / / 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
* | Merge pull request #4 from sco1/masterGravatar Leon Sandøy2018-10-04-10/+124
|\ \ | | | | | | Setup Pipenv & Update Contributor Guide
| * | Remove requirements.txtGravatar sco12018-10-03-10/+0
| | | | | | | | | | | | No sense maintaining this if we're using Pipenv
| * | Fix Pipenv wiki link typo in Contributor guidelinesGravatar sco12018-10-03-1/+1
| | |
| * | Initialize Pipfile & Pipfile.lockGravatar sco12018-10-03-0/+124
|/ / | | | | | | Update Contributor guide to link to Wiki Pipenv guide
* | Update README.mdGravatar Leon Sandøy2018-10-03-0/+2
| |
* | Merge pull request #2 from markylon/masterGravatar Leon Sandøy2018-10-03-0/+74
|\| | | | | Set up some simple Discord bot boilerplate.
| * 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-15/+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/+43
|/
* Create CONTRIBUTING.mdGravatar Leon Sandøy2018-10-02-0/+12
|
* Initial commitGravatar Leon Sandøy2018-10-02-0/+23