aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | Fix formatting and add docstrings.Gravatar hundredrab2018-10-21-1/+6
| | | | |
| * | | | Fix issues related to spookyavatar cog.Gravatar hundredrab2018-10-21-7/+18
| | | | |
| * | | | Add pillow to Pipfile.Gravatar hundredrab2018-10-21-0/+1
| | | | |
| * | | | Add cog for avatar inversion.Gravatar hundredrab2018-10-21-0/+45
| | | | |
| * | | | Merge pull request #1 from discord-python/masterGravatar Sourab Jha2018-10-14-55/+317
| |\ \ \ \ | | | |/ / | | |/| | Merge
* | | | | Merge branch 'master' of github.com:python-discord/seasonalbotGravatar Leon Sandøy2018-11-20-5/+463
|\ \ \ \ \
| * \ \ \ \ Merge pull request #67 from python-discord/dfitzpatrick-vote-monster-refactorGravatar Leon Sandøy2018-11-20-5/+227
| |\ \ \ \ \ | | | | | | | | | | | | | | Dfitzpatrick vote monster refactor
| | * | | | | It should work now.Gravatar Leon Sandøy2018-11-20-10/+12
| | | | | | |
| | * | | | | Minor changesGravatar Leon Sandøy2018-11-20-223/+3
| | | | | | |
| | * | | | | Merge branch 'vote-monster-refactor' of ↵Gravatar Leon Sandøy2018-11-20-2/+222
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/dfitzpatrick/hacktoberbot into dfitzpatrick-vote-monster-refactor
| | | * | | | | Resolved PR comments.Gravatar Derek Fitzpatrick2018-10-31-38/+52
| | | | | | | |
| | | * | | | | Fixed linting issue in hacktoberstatsGravatar Derek Fitzpatrick2018-10-31-2/+2
| | | | | | | |
| | | * | | | | Merge branch 'master' of https://github.com/discord-python/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-31-34/+319
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | vote-monster-refactor
| | | * | | | | Resolved feedback from PR. Resolved lint extra spacing.Gravatar Derek Fitzpatrick2018-10-31-21/+32
| | | | | | | |
| | | * | | | | Removed flake8 from pipfileGravatar Derek Fitzpatrick2018-10-13-1/+0
| | | | | | | |
| | | * | | | | Merge branch 'master' of https://github.com/discord-python/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-12-56/+135
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | vote-monster-refactor
| | | * | | | | | Fixed linting: Multiple imports on single line.Gravatar Derek Fitzpatrick2018-10-12-4/+9
| | | | | | | | |
| | | * | | | | | Merge pull request #1 from Refisio/vote-monster-refactorGravatar dfitzpatrick2018-10-12-20/+72
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Finished MonsterSurvey cog
| | | | * | | | | | Finished MonsterSurvey cog. Added docstrings to all commands, refactored a ↵Gravatar unknown2018-10-12-20/+72
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | tiny bit of code within the two commands that you wrote.
| | | * | | | | | Refactor monstersurvey. Added leaderboard and show.Gravatar Derek Fitzpatrick2018-10-12-91/+118
| | | | | | | | |
| | | * | | | | | Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-11-28/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31-vote-for-favorite-monster # Conflicts: # Pipfile
| | | * | | | | | Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into ↵Gravatar Derek Fitzpatrick2018-10-11-15/+86
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31-vote-for-favorite-monster # Conflicts: # Pipfile
| | | * | | | | | | Initial commit.Gravatar Derek Fitzpatrick2018-10-11-1/+81
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Adding the files this PR was supposed to haveGravatar Leon Sandøy2018-11-20-0/+220
| | | | | | | | |
| | * | | | | | | Reverting changes on the conflicting file.Gravatar Leon Sandøy2018-11-20-2/+2
| | | | | | | | |
| * | | | | | | | Merge pull request #33 from mathsman5133/candy-collectionGravatar Leon Sandøy2018-11-19-0/+236
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Candy collection
| | * | | | | | | clean json fileGravatar mathsman51332018-10-14-19/+2
| | | | | | | | |
| | * | | | | | | fixed docstring and position of constantsGravatar mathsman51332018-10-14-24/+43
| | | | | | | | |
| | * | | | | | | Add that line back lolGravatar mathsman51332018-10-13-1/+1
| | | | | | | | |
| | * | | | | | | Remove new line at end of fileGravatar mathsman51332018-10-13-2/+1
| | | | | | | | |
| | * | | | | | | Add new line and remove save variable (not used)Gravatar mathsman51332018-10-13-1/+1
| | | | | | | | |
| | * | | | | | | Fixed merged conflictsGravatar mathsman51332018-10-12-4/+0
| | | | | | | | |
| | * | | | | | | Merge branch 'candy-collection' of ↵Gravatar mathsman51332018-10-12-2/+6
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mathsman5133/hacktoberbot-1 into candy-collection
| | | * | | | | | | fixed colour for spooky msgGravatar mathsman51332018-10-11-3/+3
| | | | | | | | | |
| | | * | | | | | | Update candy_collection.jsonGravatar mathsman51332018-10-10-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add new line
| | | * | | | | | | Update candy_collection.pyGravatar mathsman51332018-10-10-4/+3
| | | | | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into candy-collectionGravatar mathsman51332018-10-12-28/+667
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | Fixed docstrings, add blank lines for readibility, method of finding last 10 ↵Gravatar mathsman51332018-10-12-27/+51
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | messages
| | * | | | | | | candy-collectionGravatar mathsman51332018-10-09-0/+211
| | | | | | | | |
| | * | | | | | | Delete candy_collection.pyGravatar mathsman51332018-10-09-186/+0
| | | | | | | | |
| | * | | | | | | Delete candy_collection.jsonGravatar mathsman51332018-10-09-25/+0
| | | | | | | | |
| | * | | | | | | Add files via uploadGravatar mathsman51332018-10-09-0/+211
| | | | | | | | |
* | | | | | | | | Merge branch 'DerpDays-master'Gravatar Leon Sandøy2018-11-20-0/+106
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | solving some flake8 issuesGravatar Leon Sandøy2018-11-20-4/+5
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of https://github.com/DerpDays/hacktoberbot into ↵Gravatar Leon Sandøy2018-11-20-0/+105
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DerpDays-master
| * | | | | | | | Litterally got no idea why it failed checks last timeGravatar DerpDays2018-10-30-4/+6
| | | | | | | | |
| * | | | | | | | Made the local imports come before the external onesGravatar DerpDays2018-10-30-1/+1
| | | | | | | | |
| * | | | | | | | Added logging i believe, tell me if i messed up anywhere!Gravatar DerpDays2018-10-14-1/+43
| | | | | | | | |
| * | | | | | | | I believe this fixes the flake8 issuesGravatar DerpDays2018-10-14-9/+5
| | | | | | | | |
| * | | | | | | | Ignore that last commit lolGravatar DerpDays2018-10-14-2/+2
| | | | | | | | |