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