Skip to content

[Help]: Fix for hybrid commands using ctx.send_help()#6724

Open
Evanroby wants to merge 3 commits intoCog-Creators:V3/developfrom
Evanroby:sendhelp-hybrid
Open

[Help]: Fix for hybrid commands using ctx.send_help()#6724
Evanroby wants to merge 3 commits intoCog-Creators:V3/developfrom
Evanroby:sendhelp-hybrid

Conversation

@Evanroby
Copy link
Copy Markdown
Contributor

@Evanroby Evanroby commented Apr 1, 2026

Description of the changes

Fixes #5916

This PR fixes an issue when using ctx.send_help() in a hybrid command's slash command, it causes a timeout if the help menu is set to not use menus. We are simply sending with ctx.send() instead of destination.send() on first page when it's an interaction and bot does not send help through dms.

Have the changes in this PR been tested?

Yes

@github-actions github-actions bot added the Category: Core - Help This is related to our help command and/or HelpFormatter API. label Apr 1, 2026
Comment thread redbot/core/commands/help.py Outdated
@Evanroby Evanroby requested a review from karlsbjorn April 1, 2026 15:43
@Evanroby
Copy link
Copy Markdown
Contributor Author

Evanroby commented Apr 1, 2026

Both fixes implemented, let me know if there's more !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Category: Core - Help This is related to our help command and/or HelpFormatter API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using ctx.send_help() in a hybrid command's slash command causes a timeout if the help menu is set to pagified

2 participants