aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/easter (follow)
Commit message (Collapse)AuthorAgeLines
* Move Easter to Holidays FolderGravatar Janine vN2021-09-04-647/+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.
* Removed None return annotation for any __init__Gravatar Xithrius2021-09-01-1/+1
|
* Union item with None to Optional with item.Gravatar Xithrius2021-09-01-3/+3
|
* Fix type annotationsGravatar decorator-factory2021-08-31-3/+3
|
* Migrate to Discord.py 2.0a0Gravatar Matteo Bertucci2021-08-31-1/+1
| | | | | | Since the Discord.py repository has been archived, we can switch to the latest commit of 2.0a0, knowing no breaking change will occur (still pinned to the commit just in case). This commit also solves two small problems due to that fix, the avatar interface changing and Embed.name disappearing. Quite a painless migration.
* chore: Apply Iceman's suggestionsGravatar ToxicKidz2021-05-15-1/+1
| | | Co-authored-by: Rohan Reddy Alleti <[email protected]>
* chore: Add Iceman's suggested changesGravatar ToxicKidz2021-05-15-5/+9
|
* chore: Make things that are only used once constantsGravatar ToxicKidz2021-05-15-10/+6
|
* chore: Make all aliases in commands tuplesGravatar ToxicKidz2021-05-15-5/+5
|
* chore: Use pathlib.Path.read_text & write_text over openGravatar ToxicKidz2021-05-13-23/+14
|
* chore: Use ctx instead of ctx.channelGravatar ToxicKidz2021-05-10-1/+1
|
* chore: ctx.message.author -> ctx.authorGravatar ToxicKidz2021-05-10-1/+1
|
* chore: Apply more suggested changesGravatar ToxicKidz2021-05-10-0/+1
|
* fix: Pass bot only when __init__ is definedGravatar ToxicKidz2021-05-04-2/+2
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-20/+20
|
* chore: Don't return a Message object when the return annotation is NoneGravatar ToxicKidz2021-05-03-4/+8
|
* Clean Up the Easter SeasonGravatar ToxicKidz2021-05-03-35/+33
| | | | | | - Keep Consistent setup docstrings - Type hint to bot.Bot instead of commands.Bot - Don't set Cog.bot if it isn't used
* Merge branch 'main' into Enforce-image-processing-concurrencyGravatar ks1292021-04-30-19/+11
|\
| * Suppresses Links In CommandsGravatar Hassan Abouelela2021-04-23-1/+3
| | | | | | | | | | | | Suppresses links in certain commands that can echo back user input. Signed-off-by: Hassan Abouelela <[email protected]>
| * chore: remove unnecessary utility function and simplify codeGravatar vcokltfre2021-04-12-14/+4
| |
| * feat: rewrite portion of fool command to allow all videosGravatar vcokltfre2021-04-12-5/+5
| |
* | Merge branch 'main' into Enforce-image-processing-concurrencyGravatar Chris2021-04-11-1/+12
|\|
| * Merge branch 'main' into Handle-DMChannelsGravatar Matteo Bertucci2021-03-19-0/+63
| |\
| * | First pass of easy to produce errorsGravatar Chris2021-02-05-1/+12
| | |
* | | Merge remote-tracking branch 'origin/main' into ↵Gravatar Chris2021-03-14-2/+4
|\ \ \ | | |/ | |/| | | | Enforce-image-processing-concurrency
| * | suggestion by @XithriusGravatar Dillon Runke2021-03-10-2/+4
| | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| * | embed fixGravatar Kronifer2021-03-09-3/+4
| | |
| * | small style fixGravatar Dillon Runke2021-03-09-4/+3
| | |
* | | Merge branch 'master' into Enforce-image-processing-concurrencyGravatar ChrisJL2021-03-05-0/+61
|\| |
| * | Update earth_photos.pyGravatar Dillon Runke2021-03-04-1/+1
| | |
| * | single space fixGravatar Kronifer2021-03-04-1/+1
| | |
| * | style guidelinesGravatar Kronifer2021-03-04-3/+5
| | |
| * | linting fixGravatar Kronifer2021-03-04-4/+6
| | |
| * | whitespace fixGravatar Kronifer2021-03-04-2/+2
| | |
| * | API guideline fix for UnsplashGravatar Kronifer2021-03-04-2/+3
| | |
| * | clarification in some areasGravatar Kronifer2021-03-04-0/+1
| | |
| * | suggestion by @Shivansh-007Gravatar Kronifer2021-03-04-1/+1
| | |
| * | Update earth_photos.pyGravatar Kronifer2021-03-04-1/+1
| | |
| * | String upgradeGravatar Kronifer2021-03-04-1/+1
| | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| * | Format fixGravatar Kronifer2021-03-04-1/+2
| | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| * | small lint fixGravatar Kronifer2021-03-04-1/+1
| | |
| * | Changes requested by @ChrisLoveringGravatar Kronifer2021-03-04-4/+10
| | |
| * | requested changes by @Shivansh-007Gravatar Kronifer2021-03-03-2/+2
| | |
| * | Revert "Format change"Gravatar Kronifer2021-03-04-2/+1
| | | | | | | | | | | | This reverts commit 825080e805787afc1f36a80b4fa3f73040ebdc75.
| * | Format changeGravatar Kronifer2021-03-03-1/+2
| | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| * | More formattingGravatar Kronifer2021-03-03-1/+2
| | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| * | Format changeGravatar Kronifer2021-03-03-1/+2
| | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| * | Merge branch 'earth_photos' of https://github.com/Kronifer/sir-lancebot into ↵Gravatar Kronifer2021-03-03-1/+1
| |\ \ | | | | | | | | | | | | earth_photos
| | * | Fixed importGravatar Kronifer2021-03-03-1/+1
| | | |
| * | | minor change to getting imageGravatar Kronifer2021-03-03-2/+2
| |/ /