Discord.https - v3.0.16
    Preparing search index...

    Class InteractionRouterCollector

    Collector for InteractionRouter.

    Example: Organizing multiple interaction routes with a collector.

    import { InteractionRouterCollector } from "discord.https/router";

    // Recommend using PascalCase and ending with the 'Route' suffix
    // for variable naming convention

    import PingRoute from "./ping.js";
    import GithubRoute from "./github.js";


    export default new InteractionRouterCollector().register(
    PingRoute,
    GithubRoute
    );
    Index

    Constructors

    Methods

    Constructors

    Methods