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

    Class InteractionRouter

    A router that registers and organizes middleware for all supported Discord interactions.

    // utility/ping.js

    import { InteractionRouter } from 'discord.https/router';
    const router = new InteractionRouter();
    export deafult router.command(
    (builder) => builder.setName("Ping!").setDescription("Returns Pong!"),
    handlePong
    );
    Index

    Constructors

    Methods