-
-
Notifications
You must be signed in to change notification settings - Fork 751
Preserve Invocation Context #3377
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
jb3
merged 23 commits into
python-discord:main
from
DragonSenseiGuy:preserve-invocation-context
Sep 23, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
73a98df
Preserve Invocation Context
DragonSenseiGuy bd0944d
reverse changes
DragonSenseiGuy 7851fe1
Preserve Invocation context for all commands
DragonSenseiGuy f66b143
Remove BaseURL
DragonSenseiGuy 831c489
Change grammar
DragonSenseiGuy b7d70f9
Add Upload error exception
DragonSenseiGuy 6dce0cc
Change the format
DragonSenseiGuy 5c23419
make message gradually and fix lint errors
DragonSenseiGuy 3358598
remove extra indent
DragonSenseiGuy 080c8dc
remove indent on parenthesis
DragonSenseiGuy 7075d56
Add ternary conditions
DragonSenseiGuy 14d79cb
Add DM to user for removal of code
DragonSenseiGuy ba60428
Fix Lint errors
DragonSenseiGuy 63de099
change formatting
DragonSenseiGuy 35e6907
remove variable init
DragonSenseiGuy a19c84c
add forbidden error
DragonSenseiGuy c5c7d5c
import discord
DragonSenseiGuy a80044a
fix lint errors
DragonSenseiGuy 27733bb
reverse args
DragonSenseiGuy 0ea257b
update logs
DragonSenseiGuy c85a390
Add if statements
DragonSenseiGuy 0e0fdea
add if for paste
DragonSenseiGuy bae3e25
fix lint
DragonSenseiGuy 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should use ctx.bot.http_session rather than creating a whole new session.