| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Deseasonify: rename `seasons` pkg to `exts` | 2020-03-28 | -42/+0 | |
| | | | | | | | | | | 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. | |||
| * | Lint remaining files | 2019-09-09 | -3/+3 | |
| | | | | hacktoberstats cog handled in separate PR | |||
| * | Changed Path() arguments for readability | 2019-06-20 | -1/+1 | |
| | | ||||
| * | Relint Seasonalbot with new linting rules | 2019-04-24 | -2/+0 | |
| | | ||||
| * | Re-add cog inheritance removed by poor merge conflict resolution | 2019-03-30 | -1/+1 | |
| | | ||||
| * | Merge branch 'master' into flake8-docstring | 2019-03-26 | -1/+1 | |
| |\ | | | | | | | Resolve merge conflicts | |||
| | * | Merge pull request #132 from python-discord/dpy-cog-changes | 2019-03-25 | -2/+2 | |
| | |\ | | | | | | | Add new Cog class inheritance & event listener decoration | |||
| | | * | Adjust cog load logs to use cog class name. | 2019-03-26 | -1/+1 | |
| | | | | ||||
| | | * | Set cog load log messages to info | 2019-03-05 | -1/+1 | |
| | | | | | | | | | | Per the contributor doc | |||
| | | * | Add new Cog class inheritance & event listener decoration | 2019-03-03 | -1/+1 | |
| | | | | | | | | | | Mitigates recent breaking d.py changes | |||
| * | | | Add docstring spacing for consistency. | 2019-03-25 | -0/+1 | |
| | | | | ||||
| * | | | Merge branch 'master' into flake8-docstring | 2019-03-25 | -12/+12 | |
| |\| | | ||||
| | * | | Save the Date - changed constant variable naming | 2019-03-24 | -2/+2 | |
| | | | | | | | | | | a requested change | |||
| | * | | Moved the loading of the static JSON to the module namespace | 2019-03-19 | -11/+12 | |
| | |/ | ||||
| * / | Docstring pass for Valentine's cogs | 2019-03-19 | -6/+5 | |
| |/ | ||||
| * | I did the following changes: | 2019-02-17 | -0/+3 | |
| | | | | | | 1)Added a help text to .savethedate 2)Edited the error message for cooldowns so that it shows not only seconds remaining but also minutes(if cooldowntime>60 seconds) | |||
| * | 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/+10 | |
| | | | | | 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/+37 | |
| around 30 date ideas(using json file to store data).We can add more if needed later. | ||||