• augustveix avatar
    discordBot
    @augustveix
    Forked from dglazkov/discordBot
    Script
  • xi8s avatar
    handleDiscordInteraction
    @xi8s
    disco bot
    HTTP (deprecated)
  • jamisonl avatar
    lavenderPinniped
    @jamisonl
    Forked from camajudson/handleDiscordInteraction
    HTTP (deprecated)
  • meshack254 avatar
    handleDiscordInteraction
    @meshack254
    An interactive, runnable TypeScript val by meshack254
    Script
  • meglado avatar
    lovelyBeigeSole
    @meglado
    Forked from dglazkov/discordBot
    Script
  • stevekrouse avatar
    mgsrBotEndpoint2
    @stevekrouse
    Forked from rayman/mgsrBotEndpoint
    HTTP (deprecated)
  • jamisonl avatar
    handleDiscordInteraction
    @jamisonl
    Forked from camajudson/handleDiscordInteraction
    HTTP (deprecated)
  • dglazkov avatar
    discordBot
    @dglazkov
    A simple Discord Bot scaffolding, a slight rev on the one in the valtown guide . The discordBot function takes in an object where each key is a Discord command and the value is a function to handle the command. If the function returns a Promise , it will be handled as a deferred interaction with a followup message . Usage: import { discordBot } from "https://esm.town/v/dglazkov/discordBot"; const echo = async (data) => { await new Promise((r) => setTimeout(r, 5000)); return { type: 4, data: { content: data.data.options[0].value, }, }; }; export default discordBot({ ping: () => ({ type: 4, data: { content: `Pong! It is ${new Date()}`, }, }) echo, });
    Script
  • jamisonl avatar
    aloneBronzeCattle
    @jamisonl
    Forked from camajudson/handleDiscordInteraction
    HTTP (deprecated)
  • camajudson avatar
    tanLadybug
    @camajudson
    Forked from camajudson/handleDiscordInteraction
    HTTP (deprecated)
  • jamisonl avatar
    copperMammal
    @jamisonl
    Forked from camajudson/handleDiscordInteraction
    HTTP (deprecated)
  • jamisonl avatar
    ruralCrimsonGuppy
    @jamisonl
    Forked from camajudson/handleDiscordInteraction
    HTTP (deprecated)
  • jamisonl avatar
    adorableRedChameleon
    @jamisonl
    Forked from camajudson/handleDiscordInteraction
    HTTP (deprecated)
  • axif0 avatar
    handleDiscordInteraction
    @axif0
    // Handle other interactions here
    Script
  • mattx avatar
    examplebotendpoint
    @mattx
    An interactive, runnable TypeScript val by mattx
    Express
  • camajudson avatar
    handleDiscordInteraction
    @camajudson
    Forked from maxm/discordBotExample
    HTTP (deprecated)
October 23, 2023