| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Move Easter to Holidays Folder | 2021-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__ | 2021-09-01 | -1/+1 | |
| | | ||||
| * | Union item with None to Optional with item. | 2021-09-01 | -3/+3 | |
| | | ||||
| * | Fix type annotations | 2021-08-31 | -3/+3 | |
| | | ||||
| * | Migrate to Discord.py 2.0a0 | 2021-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 suggestions | 2021-05-15 | -1/+1 | |
| | | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
| * | chore: Add Iceman's suggested changes | 2021-05-15 | -5/+9 | |
| | | ||||
| * | chore: Make things that are only used once constants | 2021-05-15 | -10/+6 | |
| | | ||||
| * | chore: Make all aliases in commands tuples | 2021-05-15 | -5/+5 | |
| | | ||||
| * | chore: Use pathlib.Path.read_text & write_text over open | 2021-05-13 | -23/+14 | |
| | | ||||
| * | chore: Use ctx instead of ctx.channel | 2021-05-10 | -1/+1 | |
| | | ||||
| * | chore: ctx.message.author -> ctx.author | 2021-05-10 | -1/+1 | |
| | | ||||
| * | chore: Apply more suggested changes | 2021-05-10 | -0/+1 | |
| | | ||||
| * | fix: Pass bot only when __init__ is defined | 2021-05-04 | -2/+2 | |
| | | ||||
| * | chore: Prefer double quotes over single quotes | 2021-05-04 | -20/+20 | |
| | | ||||
| * | chore: Don't return a Message object when the return annotation is None | 2021-05-03 | -4/+8 | |
| | | ||||
| * | Clean Up the Easter Season | 2021-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-concurrency | 2021-04-30 | -19/+11 | |
| |\ | ||||
| | * | Suppresses Links In Commands | 2021-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 code | 2021-04-12 | -14/+4 | |
| | | | ||||
| | * | feat: rewrite portion of fool command to allow all videos | 2021-04-12 | -5/+5 | |
| | | | ||||
| * | | Merge branch 'main' into Enforce-image-processing-concurrency | 2021-04-11 | -1/+12 | |
| |\| | ||||
| | * | Merge branch 'main' into Handle-DMChannels | 2021-03-19 | -0/+63 | |
| | |\ | ||||
| | * | | First pass of easy to produce errors | 2021-02-05 | -1/+12 | |
| | | | | ||||
| * | | | Merge remote-tracking branch 'origin/main' into ↵ | 2021-03-14 | -2/+4 | |
| |\ \ \ | | |/ | |/| | | | | Enforce-image-processing-concurrency | |||
| | * | | suggestion by @Xithrius | 2021-03-10 | -2/+4 | |
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| | * | | embed fix | 2021-03-09 | -3/+4 | |
| | | | | ||||
| | * | | small style fix | 2021-03-09 | -4/+3 | |
| | | | | ||||
| * | | | Merge branch 'master' into Enforce-image-processing-concurrency | 2021-03-05 | -0/+61 | |
| |\| | | ||||
| | * | | Update earth_photos.py | 2021-03-04 | -1/+1 | |
| | | | | ||||
| | * | | single space fix | 2021-03-04 | -1/+1 | |
| | | | | ||||
| | * | | style guidelines | 2021-03-04 | -3/+5 | |
| | | | | ||||
| | * | | linting fix | 2021-03-04 | -4/+6 | |
| | | | | ||||
| | * | | whitespace fix | 2021-03-04 | -2/+2 | |
| | | | | ||||
| | * | | API guideline fix for Unsplash | 2021-03-04 | -2/+3 | |
| | | | | ||||
| | * | | clarification in some areas | 2021-03-04 | -0/+1 | |
| | | | | ||||
| | * | | suggestion by @Shivansh-007 | 2021-03-04 | -1/+1 | |
| | | | | ||||
| | * | | Update earth_photos.py | 2021-03-04 | -1/+1 | |
| | | | | ||||
| | * | | String upgrade | 2021-03-04 | -1/+1 | |
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| | * | | Format fix | 2021-03-04 | -1/+2 | |
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| | * | | small lint fix | 2021-03-04 | -1/+1 | |
| | | | | ||||
| | * | | Changes requested by @ChrisLovering | 2021-03-04 | -4/+10 | |
| | | | | ||||
| | * | | requested changes by @Shivansh-007 | 2021-03-03 | -2/+2 | |
| | | | | ||||
| | * | | Revert "Format change" | 2021-03-04 | -2/+1 | |
| | | | | | | | | | | | | | This reverts commit 825080e805787afc1f36a80b4fa3f73040ebdc75. | |||
| | * | | Format change | 2021-03-03 | -1/+2 | |
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| | * | | More formatting | 2021-03-03 | -1/+2 | |
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| | * | | Format change | 2021-03-03 | -1/+2 | |
| | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| | * | | Merge branch 'earth_photos' of https://github.com/Kronifer/sir-lancebot into ↵ | 2021-03-03 | -1/+1 | |
| | |\ \ | | | | | | | | | | | | | earth_photos | |||
| | | * | | Fixed import | 2021-03-03 | -1/+1 | |
| | | | | | ||||
| | * | | | minor change to getting image | 2021-03-03 | -2/+2 | |
| | |/ / | ||||