| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Made warning message more explicit | 2019-02-16 | -3/+4 | |
| | | ||||
| * | Added logging for KeyError | 2019-02-16 | -0/+2 | |
| | | ||||
| * | Used bot.http_session instead of creating a new session, and now checking ↵ | 2019-02-16 | -16/+19 | |
| | | | | | for KeyError | |||
| * | Removed "Generator" fom log.debug | 2019-02-15 | -1/+1 | |
| | | ||||
| * | Fixed quotation style, removed unnecessary newline | 2019-02-15 | -14/+13 | |
| | | ||||
| * | Fixed grammar issues, Moved constants to the top, Changed function name | 2019-02-15 | -14/+13 | |
| | | ||||
| * | changed import order | 2019-02-14 | -1/+1 | |
| | | ||||
| * | removed print function | 2019-02-14 | -1/+0 | |
| | | ||||
| * | Replaced urlib with aiohttp , added docstrings and fixed issues | 2019-02-14 | -22/+24 | |
| | | ||||
| * | created | 2019-02-14 | -1/+3 | |
| | | ||||
| * | created | 2019-02-14 | -0/+59 | |
| | | ||||
| * | fixed the issues | 2019-02-08 | -3/+5 | |
| | | ||||
| * | added a color called bright_green to the colors class.gave the variables ↵ | 2019-02-07 | -9/+11 | |
| | | | | | more descriptive names. | |||
| * | fixed linter errors | 2019-02-07 | -1/+1 | |
| | | ||||
| * | edited the emoji list | 2019-02-07 | -1/+1 | |
| | | ||||
| * | fixed linter issues | 2019-02-07 | -2/+3 | |
| | | ||||
| * | I have finished working on the issue #101 SaveTheDate command.i have added ↵ | 2019-02-07 | -0/+164 | |
| | | | | | around 30 date ideas(using json file to store data).We can add more if needed later. | |||
| * | Change Lovefest role ID | 2019-02-05 | -1/+1 | |
| | | ||||
| * | Add Lovefest configuration, update project documents | 2019-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 season | 2019-02-03 | -0/+20 | |
| | | ||||
| * | Fixing error in advent of code countdown by removing datetime prefixes | 2018-12-26 | -2/+2 | |
| | | ||||
| * | Address flake8 complaints | 2018-12-26 | -1/+2 | |
| | | ||||
| * | Fix the grammar on the message | 2018-12-26 | -1/+1 | |
| | | ||||
| * | Address review comments | 2018-12-26 | -1/+4 | |
| | | ||||
| * | Add a notice to AoC countdown to find out if we are still in the advent of code | 2018-12-26 | -0/+4 | |
| | | ||||
| * | Fix is_in_advent() function | 2018-12-26 | -1/+2 | |
| | | ||||
| * | Merge pull request #88 from scragly/si_2 | 2018-12-06 | -8/+35 | |
| |\ | | | | | Send devlog notification on season load. | |||
| | * | Fix comment typo | 2018-12-06 | -1/+1 | |
| | | | | | | | Co-Authored-By: scragly <[email protected]> | |||
| | * | Send devlog message on season load. | 2018-12-05 | -8/+35 | |
| | | | ||||
| * | | Delete parentheses | 2018-12-05 | -1/+1 | |
| | | | ||||
| * | | Fix leaderboard parsing regex to support twitter handles | 2018-12-05 | -1/+1 | |
| | | | ||||
| * | | Add daily summary command | 2018-12-05 | -6/+37 | |
| | | | ||||
| * | | Add daily summary statistics calculation | 2018-12-05 | -2/+40 | |
| |/ | | | | Frame stats command Remove "stats" adjacent aliases for existing commands to avoid confusion | |||
| * | Merge pull request #80 from scragly/season_improvements | 2018-12-04 | -92/+461 | |
| |\ | | | | | Season Improvements | |||
| | * | Use contextlib.suppress, remove unnecessary `u` prefix. | 2018-12-04 | -11/+6 | |
| | | | ||||
| | * | Handle edit errors, tidy model and docs | 2018-12-03 | -65/+159 | |
| | | | ||||
| | * | Add season announcement support | 2018-12-03 | -17/+97 | |
| | | | ||||
| | * | Add season element set methods, add server icon change support | 2018-12-03 | -31/+118 | |
| | | | ||||
| | * | Allow Admin role env setting when debugging | 2018-12-03 | -1/+1 | |
| | | | ||||
| | * | Cleanup Baseclass | 2018-12-03 | -57/+170 | |
| | | | ||||
| * | | Merge pull request #87 from python-discord/bytecommander-aoc2 | 2018-12-04 | -8/+23 | |
| |\ \ | | | | | | | Split .notifications toggle command into .subscribe and .unsubscribe | |||
| | * | | Adapt code style according to review | 2018-12-03 | -3/+5 | |
| | | | | ||||
| | * | | Various fixes from review (squished) | 2018-12-03 | -3/+4 | |
| | | | | ||||
| | * | | Split .notifications toggle command into .subscribe and .unsubscribe | 2018-12-03 | -8/+20 | |
| | |/ | ||||
| * / | Improve countdown status (align to whole 5 minutes, better messages) | 2018-12-03 | -15/+23 | |
| |/ | ||||
| * | Add private board membership total to embed (#82) | 2018-12-02 | -2/+6 | |
| | | | | | | | * Add private board membership total to embed * Fix flake8, description typo | |||
| * | AoC countdown (#81) | 2018-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) | 2018-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 usages | 2018-12-01 | -1/+1 | |
| | | ||||
| * | Add AoC Cog (#66) | 2018-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 | |||