Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface ParsedCommand

    interface ParsedCommand {
        args: string[];
        command: string;
        mention?: string;
    }
    Index

    Properties

    Properties

    args: string[]
    command: string
    mention?: string