René's URL Explorer Experiment


Title: ContextMenu commands gets registered globally when registering commands for a sepecific guild. · Issue #2414 · DSharpPlus/DSharpPlus · GitHub

Open Graph Title: ContextMenu commands gets registered globally when registering commands for a sepecific guild. · Issue #2414 · DSharpPlus/DSharpPlus

X Title: ContextMenu commands gets registered globally when registering commands for a sepecific guild. · Issue #2414 · DSharpPlus/DSharpPlus

Description: Summary When I pass a guildId to the AddCommands call, the context menu command gets registered globally. **Note: ** Normal commands gets registered for the specific guild as expected. What version of the library are you using? v5.0.0-ni...

Open Graph Description: Summary When I pass a guildId to the AddCommands call, the context menu command gets registered globally. **Note: ** Normal commands gets registered for the specific guild as expected. What version...

X Description: Summary When I pass a guildId to the AddCommands call, the context menu command gets registered globally. **Note: ** Normal commands gets registered for the specific guild as expected. What version...

Opengraph URL: https://github.com/DSharpPlus/DSharpPlus/issues/2414

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ContextMenu commands gets registered globally when registering commands for a sepecific guild.","articleBody":"### Summary\n\nWhen I pass a guildId to the `AddCommands` call, the context menu command gets registered globally.\n**Note: ** Normal commands gets registered for the specific guild as expected.\n\n### What version of the library are you using?\n\nv5.0.0-nightly (make sure you are using the latest nightly!)\n\n### What .NET version are you using? Make sure to use the latest patch release for your major version.\n\n.NET 9.0\n\n### Operating System\n\nwsl, ubuntu\n\n### Reproduction Steps\n\n```cs\nusing DSharpPlus;\nusing DSharpPlus.Commands;\nusing DSharpPlus.Commands.Processors.SlashCommands;\nusing DSharpPlus.Entities;\n\nvar token = \u003cbot-token\u003e;\nulong guildId = \u003cyour-guild-id\u003e;\n\nvar builder = DiscordClientBuilder.CreateDefault(token, DiscordIntents.All);\nbuilder.UseCommands(\n    (serviceProvider, extension) =\u003e\n    {\n        extension.AddCommands([typeof(ReplyCommand)], guildId);\n    }\n);\n\nDiscordClient client = builder.Build();\nawait client.ConnectAsync();\n\nvar globalCommands = await client.GetGlobalApplicationCommandsAsync();\nConsole.WriteLine($\"Global Commands count: {globalCommands.Count}\");\n\nawait Task.Delay(-1);\n\ninternal class ReplyCommand\n{\n    [Command(\"reply\")]\n    [SlashCommandTypes(DiscordApplicationCommandType.MessageContextMenu)]\n    public static async ValueTask ReplyAsync(CommandContext context, DiscordMessage message)\n    {\n        await message.RespondAsync(\"Replied to the message.\");\n    }\n}\n```\n\n### Trace Logs\n\n```log\n[2026-02-10 19:28:58 +00:00] [DSharpPlus.DiscordClient] [Info]  DSharpPlus; version 5.0.0-nightly-02569+97b5788a92dd56e9a0ce210387627c785abefa6b\n[2026-02-10 19:28:59 +00:00] [DSharpPlus.Commands.Processors.BaseCommandProcessor] [Info]  Detected changes in slash command records: 0 without changes, 1 added, 0 edited, 0 deleted\n[2026-02-10 19:28:59 +00:00] [DSharpPlus.Commands.Processors.BaseCommandProcessor] [Info]  Registered 1 top-level slash commands, 1 total slash commands.\nGlobal Commands count: 1\n```\n\n### Exceptions or other error messages\n\n```txt\n\n```\n\n### Anything else you'd like to share\n\n_No response_","author":{"url":"https://github.com/hmd-ali","@type":"Person","name":"hmd-ali"},"datePublished":"2026-02-10T19:34:22.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/2414/DSharpPlus/issues/2414"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:80d5d02e-d67d-e9c4-66d2-67b597ce0790
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id815A:31D948:23D8D5C:317B0FD:698CE2E1
html-safe-nonce7bd555ae03d230140f718ad7106b53b2a99d3d968d12493f0343233cc6655dd0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MTVBOjMxRDk0ODoyM0Q4RDVDOjMxN0IwRkQ6Njk4Q0UyRTEiLCJ2aXNpdG9yX2lkIjoiODc0MjQ4NzExNjI1MDY2OTc5MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb53c637f059e1f4ab47148c17610ec9f1d58b08f8b6c90f1d03e1cd3ece9fabd
hovercard-subject-tagissue:3923197726
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/DSharpPlus/DSharpPlus/2414/issue_layout
twitter:imagehttps://opengraph.githubassets.com/500ec41f7c09155952faf18c35383502b259fd48ea5de767a210263a99a3c984/DSharpPlus/DSharpPlus/issues/2414
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/500ec41f7c09155952faf18c35383502b259fd48ea5de767a210263a99a3c984/DSharpPlus/DSharpPlus/issues/2414
og:image:altSummary When I pass a guildId to the AddCommands call, the context menu command gets registered globally. **Note: ** Normal commands gets registered for the specific guild as expected. What version...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamehmd-ali
hostnamegithub.com
expected-hostnamegithub.com
None640eeb7b6ff4d8d106235d228c0c286e82592d4d2403227b5b2b4fc5832297a4
turbo-cache-controlno-preview
go-importgithub.com/DSharpPlus/DSharpPlus git https://github.com/DSharpPlus/DSharpPlus.git
octolytics-dimension-user_id36208721
octolytics-dimension-user_loginDSharpPlus
octolytics-dimension-repository_id67243489
octolytics-dimension-repository_nwoDSharpPlus/DSharpPlus
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id67243489
octolytics-dimension-repository_network_root_nwoDSharpPlus/DSharpPlus
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3d444f0a47beeeac94cddbb51c91ab408befe8d4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/2414#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FDSharpPlus%2FDSharpPlus%2Fissues%2F2414
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FDSharpPlus%2FDSharpPlus%2Fissues%2F2414
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=DSharpPlus%2FDSharpPlus
Reloadhttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/2414
Reloadhttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/2414
Reloadhttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/2414
DSharpPlus https://patch-diff.githubusercontent.com/DSharpPlus
DSharpPlushttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus
Please reload this pagehttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/2414
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FDSharpPlus%2FDSharpPlus
Fork 318 https://patch-diff.githubusercontent.com/login?return_to=%2FDSharpPlus%2FDSharpPlus
Star 1.3k https://patch-diff.githubusercontent.com/login?return_to=%2FDSharpPlus%2FDSharpPlus
Code https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus
Issues 92 https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues
Pull requests 7 https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/pulls
Discussions https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/discussions
Actions https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/actions
Projects 0 https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/projects
Security 0 https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/security
Insights https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/pulse
Code https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus
Issues https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues
Pull requests https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/pulls
Discussions https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/discussions
Actions https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/actions
Projects https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/projects
Security https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/security
Insights https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/DSharpPlus/DSharpPlus/issues/2414
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/DSharpPlus/DSharpPlus/issues/2414
Bughttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues?q=type:"Bug"
ContextMenu commands gets registered globally when registering commands for a sepecific guild.https://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues/2414#top
commandsFor issues related to DSharpPlus.Commandshttps://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22commands%22
v5.0https://github.com/DSharpPlus/DSharpPlus/milestone/10
https://github.com/hmd-ali
https://github.com/hmd-ali
hmd-alihttps://github.com/hmd-ali
on Feb 10, 2026https://github.com/DSharpPlus/DSharpPlus/issues/2414#issue-3923197726
commandsFor issues related to DSharpPlus.Commandshttps://github.com/DSharpPlus/DSharpPlus/issues?q=state%3Aopen%20label%3A%22commands%22
Bughttps://patch-diff.githubusercontent.com/DSharpPlus/DSharpPlus/issues?q=type:"Bug"
v5.0No due datehttps://github.com/DSharpPlus/DSharpPlus/milestone/10
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.