-
-
Notifications
You must be signed in to change notification settings - Fork 259
Spring cleanup #718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Spring cleanup #718
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
1ed857d
chore: switch commands.Bot typehints to bot.bot's Bot
vcokltfre 713396a
chore(evergreen): format each cog load docstring the same way
vcokltfre 227d0a7
chore(evergreen): make usage of . at sentence ends consistent
vcokltfre f919e0c
chore(evergreen): remove unneeded cog constructors
vcokltfre ae64ddd
Clean Up the Halloween Season
ToxicKidz 8662541
chore: ctx.channel.send -> ctx.send
vcokltfre 97048ce
Clean Up Christmas Season
ToxicKidz cda51f6
Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lan…
ToxicKidz a1aa1a8
fix: Don't pass bot to __init__
ToxicKidz fa45ba7
fix: Resolve Merge Conflicts
ToxicKidz 5838d29
chore: Clean Up the Valentines Season
ToxicKidz e9f3330
Clean Up the Easter Season
ToxicKidz 5189259
chore: End the sentence with a period
ToxicKidz a7279c6
chore: Don't return a Message object when the return annotation is None
ToxicKidz 8769624
chore: Don't make content an empty string
ToxicKidz a6cc40f
chore: Prefer double quotes over single quotes
ToxicKidz 47a6625
Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lan…
ToxicKidz c051abf
chore: Apply suggested changes
ToxicKidz dd20f59
Apply suggested changes to hanukkah_embed.py
ToxicKidz 6d31315
fix: Pass bot only when __init__ is defined
ToxicKidz d73eaf3
chore: Change back to the original string
ToxicKidz f7c9fec
chore: Replace the remaining double quotes with double quotes
ToxicKidz 6ae7606
chore: Don't have defaults for typing.Optional[...] in commands
ToxicKidz 7a18b36
chore: Don't use "is not None"
ToxicKidz 888f831
chore: Add all of the converters into bot/utils/converters.py
ToxicKidz 0b0bd37
Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lan…
ToxicKidz 780aaeb
chore: Apply anand's suggested changes
ToxicKidz 353264e
chore: Improve .space epic's docstring
ToxicKidz 19e2efa
chore: Apply suggested changes
ToxicKidz e22c033
chore: Use pathlib more often and apply other changes
ToxicKidz b486ed4
chore: Remove useless call of `dict.keys()`
ToxicKidz 49fb351
Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lan…
ToxicKidz a1307cc
fix: Resolve Merge Conflicts
ToxicKidz d5f0115
chore: Reformat the code to follow the style guild
ToxicKidz 0017b76
chore: Apply anand's suggested changes
ToxicKidz ae3ecb3
chore: Simplify the if statement
ToxicKidz 4503a33
fix: Use str.isdecimal instead of str.isdigit
ToxicKidz 4ba9c94
chore: Apply more suggested changes
ToxicKidz 52aa6dc
chore: ctx.message.author -> ctx.author
ToxicKidz b17a60a
chore: Use ctx instead of ctx.channel
ToxicKidz e15d1ec
fix: Resolve Merge Conflicts
ToxicKidz 2aa1916
chore: Use pathlib.Path.read_text & write_text over open
ToxicKidz a6848fd
fix: Again, Resolve Merge Conflicts
ToxicKidz 42002ea
chore: Break up the HelpSession.build_pages method
ToxicKidz 92c33d6
chore: Refactor more code to follow our style guide
ToxicKidz 95e3bcb
chore: Remove redundant f-strings
ToxicKidz c09ab5c
chore: Reformat bot/utils/__init__.py
ToxicKidz 8dd9e9c
fix: Resolve merge conflicts again
ToxicKidz e1361d0
chore: Update myvalenstate.py
ToxicKidz 55d472a
chore: Make all aliases in commands tuples
ToxicKidz 28eb6d8
fix: Remove the useless return
ToxicKidz f8a179d
chore: Make things that are only used once constants
ToxicKidz aad7b47
Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lan…
ToxicKidz bf999d0
chore: Apply suggested changes to hanukkah_embed.py
ToxicKidz 01e2272
chore: Make more things use constants
ToxicKidz 369134e
chore: Apply suggestions from code review
ToxicKidz 320a1be
chore: Resolve conflicts for the last time (hopefully)
ToxicKidz 8ac335a
chore: Add Iceman's suggested changes
ToxicKidz 0285da6
chore: Apply Iceman's suggestions
ToxicKidz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.