aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* removed print functionGravatar abdullah oday2019-02-14-1/+0
|
* Replaced urlib with aiohttp , added docstrings and fixed issuesGravatar abdullah oday2019-02-14-22/+24
|
* createdGravatar abdullah oday2019-02-14-1/+3
|
* createdGravatar abdullah oday2019-02-14-0/+59
|
* Merge pull request #106 from python-discord/readme-updateGravatar scragly2019-02-11-2/+6
|\ | | | | Mention CONTRIBUTING.md, fix missing branch step.
| * Mention CONTRIBUTING.md, fix missing branch step.Gravatar Scragly2019-02-09-2/+6
|/
* Merge pull request #105 from RohanJnr/savethedate_icemanGravatar scragly2019-02-09-0/+169
|\ | | | | | | | | Added the command savethedate. Co-authored-by: null <[email protected]>
| * fixed the issuesGravatar Rohan2019-02-08-3/+5
| |
| * added a color called bright_green to the colors class.gave the variables ↵Gravatar Rohan2019-02-07-9/+11
| | | | | | | | more descriptive names.
| * fixed linter errorsGravatar Rohan2019-02-07-1/+1
| |
| * edited the emoji listGravatar Rohan2019-02-07-1/+1
| |
| * fixed linter issuesGravatar Rohan2019-02-07-2/+3
| |
| * I have finished working on the issue #101 SaveTheDate command.i have added ↵Gravatar Rohan2019-02-07-0/+164
|/ | | | around 30 date ideas(using json file to store data).We can add more if needed later.
* Merge pull request #99 from python-discord/config-updateGravatar Leon Sandøy2019-02-06-85/+279
|\ | | | | Add Lovefest configuration, update project documents
| * Add precommit install instruction.Gravatar Scragly2019-02-06-0/+10
| |
| * Change Lovefest role IDGravatar sco12019-02-05-1/+1
| |
| * Add console steps, update pycharm steps and required env vars.Gravatar Scragly2019-02-06-84/+263
| |
| * Add Lovefest configuration, update project documentsGravatar sco12019-02-05-2/+7
| | | | | | | | | | | | | | Add Lovefest role & channel IDs to bot constants Update environment variable name for seasonalbot (was hacktoberbot) Update Contributor doc to reference pipenv guide rather than the deprecated Seasonalbot GH wiki
* | Merge pull request #94 from python-discord/precommitGravatar scragly2019-02-06-72/+182
|\ \ | |/ |/| | | | | Add precommit dev dependency
| * Add precommit dev dependency and relockGravatar sco12019-01-19-72/+182
| |
* | Merge pull request #95 from python-discord/add-valentines-seasonGravatar scragly2019-02-05-0/+20
|\ \ | |/ |/| | | | | Add valentines season
| * Add valentines seasonGravatar Joseph Banks2019-02-03-0/+20
|/
* Update Contributor docGravatar sco12019-01-19-9/+45
|
* Remove autodeploy via `pepper`.Gravatar Johannes Christ2019-01-02-9/+0
|
* Fixing error in advent of code countdown by removing datetime prefixesGravatar Joseph Banks2018-12-26-2/+2
|
* Merge pull request #92 from python-discord/fix-advent-of-code-countdownGravatar Joseph2018-12-26-1/+10
|\ | | | | Fix advent of code countdown
| * Address flake8 complaintsGravatar Joseph Banks2018-12-26-1/+2
| |
| * Fix the grammar on the messageGravatar Joseph Banks2018-12-26-1/+1
| |
| * Address review commentsGravatar Joseph Banks2018-12-26-1/+4
| |
| * Add a notice to AoC countdown to find out if we are still in the advent of codeGravatar Joseph Banks2018-12-26-0/+4
| |
| * Fix is_in_advent() functionGravatar Joseph Banks2018-12-26-1/+2
|/
* Merge pull request #88 from scragly/si_2Gravatar Leon Sandøy2018-12-06-8/+35
|\ | | | | Send devlog notification on season load.
| * Fix comment typoGravatar Johannes Christ2018-12-06-1/+1
| | | | | | Co-Authored-By: scragly <[email protected]>
| * Send devlog message on season load.Gravatar Scragly2018-12-05-8/+35
| |
* | Merge pull request #89 from python-discord/lb-statsGravatar Leon Sandøy2018-12-06-3/+72
|\ \ | |/ |/| Private Leaderboard Daily Completion Statistics
| * Delete parenthesesGravatar sco12018-12-05-1/+1
| |
| * Fix leaderboard parsing regex to support twitter handlesGravatar sco12018-12-05-1/+1
| |
| * Add daily summary commandGravatar sco12018-12-05-6/+37
| |
| * Add daily summary statistics calculationGravatar sco12018-12-05-2/+40
|/ | | | Frame stats command Remove "stats" adjacent aliases for existing commands to avoid confusion
* Merge pull request #80 from scragly/season_improvementsGravatar Johannes Christ2018-12-04-92/+461
|\ | | | | Season Improvements
| * Use contextlib.suppress, remove unnecessary `u` prefix.Gravatar Scragly2018-12-04-11/+6
| |
| * Handle edit errors, tidy model and docsGravatar Scragly2018-12-03-65/+159
| |
| * Add season announcement supportGravatar scragly2018-12-03-17/+97
| |
| * Add season element set methods, add server icon change supportGravatar scragly2018-12-03-31/+118
| |
| * Allow Admin role env setting when debuggingGravatar scragly2018-12-03-1/+1
| |
| * Cleanup BaseclassGravatar scragly2018-12-03-57/+170
| |
* | Merge pull request #87 from python-discord/bytecommander-aoc2Gravatar Johannes Christ2018-12-04-8/+23
|\ \ | | | | | | Split .notifications toggle command into .subscribe and .unsubscribe
| * | Adapt code style according to reviewGravatar ByteCommander2018-12-03-3/+5
| | |
| * | Various fixes from review (squished)Gravatar ByteCommander2018-12-03-3/+4
| | |
| * | Split .notifications toggle command into .subscribe and .unsubscribeGravatar ByteCommander2018-12-03-8/+20
| |/