| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | fstrings, colours, and self.bot | 2021-03-03 | -24/+24 | ||
| | | | | |||||
| | * | | possible final update | 2021-03-03 | -5/+13 | ||
| | | | | |||||
| | * | | final lint fix | 2021-03-03 | -2/+2 | ||
| | | | | |||||
| | * | | linting | 2021-03-03 | -8/+6 | ||
| | | | | |||||
| | * | | asyncio start | 2021-03-03 | -1/+1 | ||
| | | | | |||||
| | * | | Update earth_photos.py | 2021-03-03 | -3/+11 | ||
| | | | | |||||
| | * | | Update earth_photos.py | 2021-03-03 | -15/+9 | ||
| | | | | |||||
| | * | | Fix docstrings | 2021-03-03 | -1/+1 | ||
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | ||||
| | * | | init to __init__ | 2021-03-03 | -1/+1 | ||
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | ||||
| | * | | Update bot/exts/easter/earth_photos.py | 2021-03-03 | -1/+0 | ||
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | ||||
| | * | | lint fixes | 2021-03-02 | -3/+2 | ||
| | | | | |||||
| | * | | more linting fixes | 2021-03-02 | -4/+2 | ||
| | | | | |||||
| | * | | linting changes | 2021-03-02 | -4/+4 | ||
| | | | | |||||
| | * | | Update earth_photos.py | 2021-03-02 | -6/+8 | ||
| | | | | |||||
| | * | | finished function | 2021-03-02 | -16/+19 | ||
| | | | | |||||
| | * | | Update earth_photos.py | 2021-03-02 | -3/+13 | ||
| | | | | |||||
| | * | | initial commit of earth_photos | 2021-03-02 | -0/+27 | ||
| | |/ | |||||
| * / | Merge all avatar cogs into one. Also includes some in_executor and ↵ | 2021-02-18 | -128/+0 | ||
| |/ | | | | max_concurrency code. | ||||
| * | Remove references to old name. | 2020-11-21 | -4/+4 | ||
| | | | | | | I've tried to replace this with generic references where appropriate, but a lot of the time it just doesn't make a lot of sense to do so. | ||||
| * | update self.winners methods for a set() | 2020-10-15 | -4/+4 | ||
| | | |||||
| * | remove duplicates in winner list .riddle | 2020-10-12 | -1/+1 | ||
| | | |||||
| * | apply @Den4200's suggestions | 2020-10-05 | -6/+4 | ||
| | | | | | Co-Authored-By: Dennis Pham <[email protected]> | ||||
| * | apply @Den4200's suggestions | 2020-10-05 | -5/+8 | ||
| | | | | | Co-Authored-By: Dennis Pham <[email protected]> | ||||
| * | Apply suggestions from code review | 2020-10-04 | -1/+1 | ||
| | | | | Co-authored-by: gustavwilliam <[email protected]> | ||||
| * | Apply suggestions from @gustavwilliam's code review | 2020-10-03 | -4/+3 | ||
| | | | | Co-authored-by: gustavwilliam <[email protected]> | ||||
| * | @gustavwilliam's suggestions | 2020-10-03 | -6/+7 | ||
| | | |||||
| * | Added responses | 2020-10-02 | -2/+2 | ||
| | | |||||
| * | linted | 2020-10-02 | -34/+8 | ||
| |\ | |||||
| | * | Take @thomaspet's suggestion for SaveThePlanetCog | 2020-10-02 | -2/+1 | ||
| | | | | | | | Co-authored-by: Thomas Petersson <[email protected]> | ||||
| * | | run lint | 2020-10-02 | -6/+10 | ||
| |/ | |||||
| * | Fix errors | 2020-10-01 | -25/+24 | ||
| | | |||||
| * | Add Cog and add a couple responses | 2020-10-01 | -0/+51 | ||
| | | |||||
| * | Updated to comply with reviews. | 2020-08-10 | -58/+0 | ||
| | | |||||
| * | Finalized topic selection. | 2020-08-09 | -19/+26 | ||
| | | |||||
| * | Edited "topic" command for fetching python channel topics. | 2020-08-09 | -1/+24 | ||
| | | |||||
| * | 5/19 - bot | xmas, easter, evergreen - updated open statesments with ↵ | 2020-05-19 | -3/+3 | ||
| | | | | | explicit encoding | ||||
| * | Transition towards `wait_until_guild_available` use | 2020-04-04 | -3/+4 | ||
| | | | | | | | All calls to `wait_until_ready` are replaced with the new event. To help with static analysis, we annotate `bot` attrs as instances of our custom SeasonalBot class where necessary. | ||||
| * | Refactor: capitalize Month enum members | 2020-03-31 | -1/+1 | ||
| | | | | | Co-authored-by: MarkKoz <[email protected]> | ||||
| * | Deseasonify: log in `add_cog` rather than in each `setup` | 2020-03-28 | -9/+0 | ||
| | | | | | | | | | | | | | The previous system required each extension's `setup` func to log that the cog was loaded. This leads to inconsistent messages all trying to convey the same thing, variable logger names in the output file are difficult to read, and several extensions were not logging at all. By logging directly in the `add_cog` method, we reduce code repetition, ensure consistent format, and remove the responsibility to remember that a log should be made. | ||||
| * | Deseasonify: rename `seasons` pkg to `exts` | 2020-03-28 | -0/+722 | ||
| It is believed that this is now a more logical name for the package, as extensions no longer bind to seasons. Internally, packages are still grouped into seasonal sub-packages. There are quite a few, and it makes sense to group them by a common theme that inspired their functionality. | |||||