@tanzanite/discord-akairo
    Preparing search index...

    Type Alias ParsedComponentData

    Various parsed components of the message.

    type ParsedComponentData = {
        afterPrefix?: string;
        alias?: string;
        command?: Command;
        content?: string;
        prefix?: string;
    }
    Index

    Properties

    afterPrefix?: string

    The content to the right of the prefix.

    alias?: string

    The alias used.

    command?: Command

    The command used.

    content?: string

    The content to the right of the alias.

    prefix?: string

    The prefix used.