InteractiveRoleMenu constructor
Implementation
InteractiveRoleMenu(super.customId, { bool standalone = false }) {
if (standalone) {
InteractionCollector<RoleMenuCreateEvent>(customId).collect().then((value) async {
await handle(value);
});
}
}