aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
* Made warning message more explicitGravatar abdullah oday2019-02-16-3/+4
|
* Added logging for KeyErrorGravatar abdullah oday2019-02-16-0/+2
|
* Used bot.http_session instead of creating a new session, and now checking ↵Gravatar abdullah oday2019-02-16-16/+19
| | | | for KeyError
* Removed "Generator" fom log.debugGravatar abdullah oday2019-02-15-1/+1
|
* Fixed quotation style, removed unnecessary newlineGravatar abdullah oday2019-02-15-14/+13
|
* Fixed grammar issues, Moved constants to the top, Changed function nameGravatar abdullah oday2019-02-15-14/+13
|
* changed import orderGravatar abdullah oday2019-02-14-1/+1
|
* 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
|
* 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.
* Change Lovefest role IDGravatar sco12019-02-05-1/+1
|
* Add Lovefest configuration, update project documentsGravatar sco12019-02-05-0/+5
| | | | | | | 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
* Add valentines seasonGravatar Joseph Banks2019-02-03-0/+20
|
* Fixing error in advent of code countdown by removing datetime prefixesGravatar Joseph Banks2018-12-26-2/+2
|
* 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
| |
* | 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
| |/
* / Improve countdown status (align to whole 5 minutes, better messages)Gravatar ByteCommander2018-12-03-15/+23
|/
* Add private board membership total to embed (#82)Gravatar sco12018-12-02-2/+6
| | | | | | * Add private board membership total to embed * Fix flake8, description typo
* AoC countdown (#81)Gravatar Joseph2018-12-02-1/+121
| | | | | | | | | | | | | | | | * Add countdown status and notifications * Remove debug print * flake8 my ass * Import order fixes * while is_in_advent() instead of while True * 2 * 60 => 120 * while is_in_advent() instead of while True in notifier
* Fix global lb display to respect ties (#79)Gravatar sco12018-12-01-3/+8
| | | | | Update member name regex to properly handle hyphens Remove session cookie from global leaderboard request
* Change name arg into name kwarg to match other usagesGravatar Joseph Banks2018-12-01-1/+1
|
* Add AoC Cog (#66)Gravatar sco12018-11-27-0/+541
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Advent of Code cog * Update leaderboard last updated time when updating the leaderboard Remove unnecessary test command * Shift leaderboard embed build into helper method * Frame global leaderboard command * Split leaderboard entries check into helper method * Refactor commands to support global board * Remove unused leaderboard update, wall off global leaderboard command Hide & short circuit global leaderboard command until implemented Fix faulty logic causing board to be reloaded regardless of the age of the cache * Add help shortstrings * Use command builtin to disable global lb command until implemented * Add AoC global leaderboard parsing * Update pipfile and lock Tweak global lb regex Tweak method names for clarity * Refactor for global leaderboard command Separate Global & Private leaderboards into distinct classes * Add missing header divider * Move token for Joseph * Phrasing We're still doing phrasing, right? * Clarify variable name