-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add global buttons to base menus #5683
Merged
Kowlin
merged 9 commits into
Cog-Creators:V3/develop
from
TrustyJAID:add-global-buttons
Oct 12, 2022
Merged
Add global buttons to base menus #5683
Kowlin
merged 9 commits into
Cog-Creators:V3/develop
from
TrustyJAID:add-global-buttons
Oct 12, 2022
Conversation
This file contains 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
github-actions
bot
added
Category: Bot Core
Category: Core - API - Utils Package
This is related to stuff in `redbot.core.utils`
labels
Apr 15, 2022
TrustyJAID
force-pushed
the
add-global-buttons
branch
from
April 15, 2022 19:01
d516f9c
to
08e9c2f
Compare
phenom4n4n
reviewed
Apr 15, 2022
TrustyJAID
force-pushed
the
add-global-buttons
branch
from
April 16, 2022 19:32
83a18e3
to
b1591aa
Compare
…r message ID rather than ctx.message ID so one could create multiple menus in the same context without waiting for the first one to finish
github-actions
bot
added
the
Category: Docs - Other
This is related to documentation that doesn't have its dedicated label.
label
Oct 12, 2022
Kowlin
approved these changes
Oct 12, 2022
red-githubbot
bot
added
the
Changelog Entry: Pending
Changelog entry for this PR hasn't been added by repo maintainers yet.
label
Oct 12, 2022
Drapersniper
pushed a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Nov 27, 2022
Co-authored-by: Kowlin <10947836+Kowlin@users.noreply.github.com>
Drapersniper
pushed a commit
to Drapersniper/Red-DiscordBot
that referenced
this pull request
Dec 2, 2022
Co-authored-by: Kowlin <10947836+Kowlin@users.noreply.github.com>
Flame442
added
Changelog Entry: Added
Changelog entry for this PR has already been added to changelog PR.
and removed
Changelog Entry: Pending
Changelog entry for this PR hasn't been added by repo maintainers yet.
labels
Apr 30, 2023
github-actions
bot
added
Category: Core - Bot Class
This is related to the `redbot.core.bot.Red` class.
Category: Core - Bot Commands
This is related to core commands (Core and CogManagerUI cog classes).
and removed
Category: Docs - Other
This is related to documentation that doesn't have its dedicated label.
labels
Apr 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Category: Core - API - Utils Package
This is related to stuff in `redbot.core.utils`
Category: Core - Bot Class
This is related to the `redbot.core.bot.Red` class.
Category: Core - Bot Commands
This is related to core commands (Core and CogManagerUI cog classes).
Changelog Entry: Added
Changelog entry for this PR has already been added to changelog PR.
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.
Description of the changes
This adds a bot setting for using buttons which is also used by cores menus util.
This is blocked by #5634Have the changes in this PR been tested?
Yes