CabbageAdi / DSharpPlus.SlashCommands

An extension for DSharpPlus to make slash commands easier
https://discord.gg/2ZhXXVJYhU
MIT License
44 stars 11 forks source link

Add support for Subgroup Context Menus #32

Closed SakuraIsayeki closed 3 years ago

SakuraIsayeki commented 3 years ago

Context menus in subgroups can be harmlessly registered within Discord. Sure, there are no ways of grouping them within menus, but they can still be called as-is.

Added support for that edge case.