MineralContextMenu<T> constructor
MineralContextMenu<T> (
- String label,
- ContextMenuType type, {
- CommandScope? scope,
- bool everyone = false,
Implementation
MineralContextMenu(String label, ContextMenuType type, { CommandScope? scope, bool everyone = false }) {
builder = ContextMenuBuilder(label, type, scope ?? CommandScope.guild, everyone);
}