MineralContextMenu<T> constructor

MineralContextMenu<T>(
  1. String label,
  2. ContextMenuType type, {
  3. CommandScope? scope,
  4. bool everyone = false,
})

Implementation

MineralContextMenu(String label, ContextMenuType type, { CommandScope? scope, bool everyone = false }) {
  builder = ContextMenuBuilder(label, type, scope ?? CommandScope.guild, everyone);
}