Skip to main content
Module

x/harmony/deploy.ts>interactions

An easy to use Discord API Library for Deno.
Latest
function interactions
import { interactions } from "https://deno.land/x/harmony@v2.9.0/deploy.ts";

Listen for Interactions Event

Parameters

cb: (i: Interaction) => unknown | Promise<unknown>