aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | Add the new blinky server guild iconGravatar Deniz2019-11-25-0/+1
|/ / / /
* / / / Relock to d.py 1.2.5 due to API breaking change for emoji.Gravatar scragly2019-11-19-101/+117
|/ / /
* | | Merge pull request #311 from kwzrd/update-icon-constantGravatar Leon Sandøy2019-11-17-4/+6
|\ \ \ | | | | | | | | Add two new icons to icon constant
| * | | Change off-season logo size to 512Gravatar kwzrd2019-11-02-6/+6
| | | |
| * | | Add two new icons to icon constantGravatar kwzrd2019-11-02-0/+2
|/ / /
* | | Hotfix end date of HacktoberGravatar Sebastiaan Zeeff2019-10-31-1/+1
| | | | | | | | | | | | | | | The command is mostly used to calculate the time left in the DO's Hacktoberfest event we are participating in. However, the current end datetime was specified as a day before the actual end of the event. This hotfix remedies that for the end-calculation only. This code should get a proper fix to rework the entire logic to use the correct start and end datetimes for DO's event.
| * | Refactor random generator to use a local instance rather than systemGravatar S. Co12019-11-30-11/+15
| | |
| * | Readd cog init & rename *.py fileGravatar S. Co12019-10-24-0/+3
| | |
| * | Merge branch 'master' into monster_bioGravatar quizzicaltrains2019-10-19-1/+1
| |\ \ | |/ / |/| |
* | | Hacktober issue finder fix - divide count by 100 (#301)Gravatar scragly2019-10-20-1/+1
|\ \ \ | | | | | | | | Hacktober issue finder fix - divide count by 100
| * \ \ Merge remote-tracking branch 'origin/hacktober-issue-finder' into ↵Gravatar vivax37942019-10-12-17/+927
| |\ \ \ | | | | | | | | | | | | | | | hacktober-issue-finder
| * | | | Fixed forgetting to divide by 100.Gravatar vivax37942019-10-12-1/+1
| | | | |
| | | * | Merge branch 'monster_bio' of https://github.com/quizzicaltrains/seasonalbot ↵Gravatar quizzicaltrains2019-10-19-28/+68
| | | |\ \ | | | | | | | | | | | | | | | | | | into monster_bio
| | | | * \ Merge branch 'master' into monster_bioGravatar quizzicaltrains2019-10-18-28/+68
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #291 from RohanRadia/masterGravatar Kieran Siek2019-10-17-25/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | !issue Command Refinements
| * | | | | | Syntax cleanup, remove unnecessary emoji dictGravatar S. Co12019-10-14-28/+27
| | | | | | |
| * | | | | | Merge branch 'master' into masterGravatar RohanRadia2019-10-14-7/+552
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #294 from Numerlor/limit-command-channelsGravatar Leon Sandøy2019-10-14-4/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Limit the issue and AoC commands to a superset of the global whitelist instead of bypassing it entirely
| * \ \ \ \ \ \ Merge branch 'master' into limit-command-channelsGravatar Leon Sandøy2019-10-14-0/+984
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | allow all AoC commands in whitelisted channelsGravatar Numerlor2019-10-12-0/+8
| | | | | | | |
| * | | | | | | override global whitelist on all hacktober subcommandsGravatar Numerlor2019-10-04-0/+2
| | | | | | | |
| * | | | | | | limit Advent Of Code commands to global whitelist and the AoC channelGravatar Numerlor2019-10-03-2/+4
| | | | | | | |
| * | | | | | | add the adventofcode channel to Channels constantGravatar Numerlor2019-10-03-0/+1
| | | | | | | |
| * | | | | | | limit issue command to global whitelist and seasonalbot_chatGravatar Numerlor2019-10-03-2/+3
| | | | | | | |
| | * | | | | | Made the icon_URL variable conform to PEP8Gravatar RohanRadia2019-10-14-6/+6
| | | | | | | |
| | * | | | | | Remove str() in f-stringGravatar RohanRadia2019-10-14-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]>
| | * | | | | | Remove str() within f-stringGravatar RohanRadia2019-10-14-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]>
| | * | | | | | Caps fixGravatar RohanRadia2019-10-14-1/+1
| | | | | | | |
| | * | | | | | Update bot/seasons/evergreen/issues.pyGravatar RohanRadia2019-10-13-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]>
| | * | | | | | Fixed emoji error in embedGravatar RohanRadia2019-10-09-10/+13
| | | | | | | |
| | * | | | | | Condensed importsGravatar RohanRadia2019-10-07-2/+1
| | | | | | | |
| | * | | | | | Constants match pep8 formattingGravatar RohanRadia2019-10-07-10/+10
| | | | | | | |
| | * | | | | | Trailing Commas RemovedGravatar RohanRadia2019-10-07-4/+4
| | | | | | | |
| | * | | | | | Merge branch 'master' into masterGravatar RohanRadia2019-10-07-0/+455
| | |\ \ \ \ \ \
| | * | | | | | | Made use of constants for coloursGravatar RohanRadia2019-10-07-1/+2
| | | | | | | | |
| | * | | | | | | Added GitHub emojis to constants fileGravatar RohanRadia2019-10-07-0/+6
| | | | | | | | |
| | * | | | | | | Made use of constants file instead of hard codingGravatar RohanRadia2019-10-07-5/+6
| | | | | | | | |
| | * | | | | | | Updated location of emojisGravatar RohanRadia2019-10-06-8/+7
| | | | | | | | |
| | * | | | | | | Lint errorGravatar RohanRadia2019-10-06-1/+0
| | | | | | | | |
| | * | | | | | | Updated the explination of API callsGravatar RohanRadia2019-10-06-1/+8
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into masterGravatar RohanRadia2019-10-03-8/+8
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Flake8 FixingGravatar RohanRadia2019-10-03-2/+4
| | | | | | | | |
| | * | | | | | | Resloved requested changesGravatar RohanRadia2019-10-03-4/+7
| | | | | | | | |
| | * | | | | | | Final Final Linting Error D415Gravatar RohanRadia2019-10-02-1/+1
| | | | | | | | |
| | * | | | | | | Syntax Error FixGravatar RohanRadia2019-10-02-2/+2
| | | | | | | | |
| | * | | | | | | Final LintingGravatar RohanRadia2019-10-02-5/+6
| | | | | | | | |
| | * | | | | | | LintingGravatar RohanRadia2019-10-02-3/+2
| | | | | | | | |
| | * | | | | | | New more succinct output.Gravatar RohanRadia2019-10-02-40/+45
| | | | | | | | |
| | * | | | | | | Merge pull request #3 from python-discord/masterGravatar RohanRadia2019-10-02-2055/+2829
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update
| | | | | | | * | | Fixes the changes.Gravatar quizzicaltrains2019-10-19-5/+8
| | | | | | | |/ /