aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/valentines/savethedate.py (follow)
Commit message (Collapse)AuthorAgeLines
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-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 filesGravatar S. Co12019-09-09-3/+3
| | | hacktoberstats cog handled in separate PR
* Changed Path() arguments for readabilityGravatar AvianAnalyst2019-06-20-1/+1
|
* Relint Seasonalbot with new linting rulesGravatar sco12019-04-24-2/+0
|
* Re-add cog inheritance removed by poor merge conflict resolutionGravatar sco12019-03-30-1/+1
|
* Merge branch 'master' into flake8-docstringGravatar sco12019-03-26-1/+1
|\ | | | | | | Resolve merge conflicts
| * Merge pull request #132 from python-discord/dpy-cog-changesGravatar Chris Goes2019-03-25-2/+2
| |\ | | | | | | Add new Cog class inheritance & event listener decoration
| | * Adjust cog load logs to use cog class name.Gravatar scragly2019-03-26-1/+1
| | |
| | * Set cog load log messages to infoGravatar sco12019-03-05-1/+1
| | | | | | | | | Per the contributor doc
| | * Add new Cog class inheritance & event listener decorationGravatar sco12019-03-03-1/+1
| | | | | | | | | Mitigates recent breaking d.py changes
* | | Add docstring spacing for consistency.Gravatar scragly2019-03-25-0/+1
| | |
* | | Merge branch 'master' into flake8-docstringGravatar scragly2019-03-25-12/+12
|\| |
| * | Save the Date - changed constant variable namingGravatar Suhail2019-03-24-2/+2
| | | | | | | | | a requested change
| * | Moved the loading of the static JSON to the module namespaceGravatar Suhail2019-03-19-11/+12
| |/
* / Docstring pass for Valentine's cogsGravatar sco12019-03-19-6/+5
|/
* I did the following changes:Gravatar Rohan2019-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 issuesGravatar Rohan2019-02-08-3/+5
|
* added a color called bright_green to the colors class.gave the variables ↵Gravatar Rohan2019-02-07-9/+10
| | | | 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/+37
around 30 date ideas(using json file to store data).We can add more if needed later.