• Initializes a new ServerlessDiscordRouter.

    Returns

    ServerlessDiscordRouter

    Parameters

    • __namedParameters: {
          applicationId: string;
          applicationPublicKey: string;
          botToken?: string;
          commands: Command[];
          logLevel?: LogLevels;
      }
      • applicationId: string
      • applicationPublicKey: string
      • Optional botToken?: string
      • commands: Command[]
      • Optional logLevel?: LogLevels

    Returns ServerlessDiscordRouter

Generated using TypeDoc