@discordx/utilities
    Preparing search index...

    Type Alias IsGuildUserArg

    IsGuildUserArg:
        | ArgsOf<
            | Events.MessageCreate
            | Events.MessageReactionAdd
            | Events.VoiceStateUpdate,
        >
        | ButtonInteraction
        | ChannelSelectMenuInteraction
        | CommandInteraction
        | ContextMenuCommandInteraction
        | MentionableSelectMenuInteraction
        | ModalSubmitInteraction
        | RoleSelectMenuInteraction
        | StringSelectMenuInteraction
        | UserSelectMenuInteraction
        | SimpleCommandMessage