| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Move Pride to Holidays folder | 2021-09-04 | -293/+0 | |
| | | | | | | Moves the Pride features to the Holidays folder. Corrected the paths to reflect this change. | |||
| * | Move Easter to Holidays Folder | 2021-09-04 | -0/+0 | |
| | | | | | | | This moves the easter seasonal features into a more cohesive holidays/easter folder. Additionally, this splits out earth day into its own holiday folder. | |||
| * | Merge branch 'main' into android-codeblock-fix | 2021-09-03 | -3/+3 | |
| |\ | ||||
| | * | More explicit importing for `Bot` | 2021-09-02 | -3/+3 | |
| | | | ||||
| * | | Start and end codeblocks with newlines to avoid android rendering them inline | 2021-09-01 | -1/+1 | |
| |/ | ||||
| * | Replace fuzzywuzzy with rapidfuzz | 2021-08-06 | -1/+1 | |
| | | ||||
| * | Merge branch 'main' into fix/attribute-errors | 2021-06-05 | -0/+117 | |
| |\ | ||||
| | * | Fix lint issue | 2021-06-04 | -1/+1 | |
| | | | ||||
| | * | Pass information dict into embed builder | 2021-06-04 | -10/+12 | |
| | | | ||||
| | * | Add message to contribute instead of wiki link in error embed | 2021-06-03 | -6/+1 | |
| | | | ||||
| | * | Pass pride leader name into embed generator | 2021-06-03 | -2/+2 | |
| | | | ||||
| | * | Make self.pride a constant | 2021-06-03 | -12/+10 | |
| | | | ||||
| | * | Merge branch 'main' into feature/pride-leaders | 2021-06-03 | -229/+32 | |
| | |\ | ||||
| | * | | Make `setup` docstring same as other cogs | 2021-05-18 | -1/+1 | |
| | | | | | | | | | | Co-authored-by: ToxicKidz <[email protected]> | |||
| | * | | Apply code review suggestions | 2021-05-18 | -3/+2 | |
| | | | | | | | | | | | | | | | | * Use read_text rather a with open * Remove Redundant list comprehension | |||
| | * | | Change bot typehint to bot.bot.Bot | 2021-05-18 | -2/+3 | |
| | | | | ||||
| | * | | Remove redundant code | 2021-04-30 | -8/+3 | |
| | | | | | | | | | | | | | The entire `name_verifier` function can be replaced with just a dict.get | |||
| | * | | Give more information in function doc-strings | 2021-04-30 | -1/+11 | |
| | | | | ||||
| | * | | Apply requested grammar changes. | 2021-03-14 | -2/+2 | |
| | | | | ||||
| | * | | Add link to wikipedia in error embed and information embed. | 2021-03-08 | -3/+16 | |
| | | | | ||||
| | * | | Add pride leader cog and resources. | 2021-03-08 | -0/+104 | |
| | | | | ||||
| * | | | chore: Use constants instead of instance variables that don't exist | 2021-06-05 | -2/+2 | |
| | |/ |/| | | | | | This caused attribute errors in the prideanthem and pridefact commands. | |||
| * | | chore: Make things that are only used once constants | 2021-05-15 | -27/+10 | |
| | | | ||||
| * | | chore: Make all aliases in commands tuples | 2021-05-15 | -3/+3 | |
| | | | ||||
| * | | chore: Use pathlib.Path.read_text & write_text over open | 2021-05-13 | -7/+3 | |
| | | | ||||
| * | | chore: Apply anand's suggested changes | 2021-05-07 | -1/+1 | |
| | | | ||||
| * | | chore: Use pathlib more often and apply other changes | 2021-05-05 | -2/+2 | |
| | | | ||||
| * | | fix: Resolve Merge Conflicts | 2021-05-03 | -177/+0 | |
| |\ \ | ||||
| | * | | Merge all avatar cogs into one. Also includes some in_executor and ↵ | 2021-02-18 | -177/+0 | |
| | |/ | | | | | | | max_concurrency code. | |||
| * | | fix: Don't pass bot to __init__ | 2021-05-03 | -1/+1 | |
| | | | ||||
| * | | Clean Up Christmas Season | 2021-04-20 | -20/+21 | |
| |/ | ||||
| * | Merge branch 'master' into prideavatar-url | 2020-11-30 | -4/+4 | |
| |\ | ||||
| | * | 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. | |||
| * | | Make prideavatar support specifying the image by URL | 2020-10-05 | -37/+70 | |
| |/ | | | | Closes #224 | |||
| * | 5/19 - ext - set upen files encoding to utf8 for bots | 2020-05-19 | -3/+3 | |
| | | ||||
| * | 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 | -4/+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/+343 | |
| 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. | ||||