augustveix avatar
discordBot
@augustveix
Script
Forked from dglazkov/discordBot
xi8s avatar
handleDiscordInteraction
@xi8s
HTTP
disco bot
jamisonl avatar
lavenderPinniped
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction
meshack254 avatar
handleDiscordInteraction
@meshack254
Script
An interactive, runnable TypeScript val by meshack254
meglado avatar
lovelyBeigeSole
@meglado
Script
Forked from dglazkov/discordBot
stevekrouse avatar
mgsrBotEndpoint2
@stevekrouse
HTTP
Forked from rayman/mgsrBotEndpoint
jamisonl avatar
handleDiscordInteraction
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction
dglazkov avatar
discordBot
@dglazkov
Script
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, });
jamisonl avatar
aloneBronzeCattle
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction
camajudson avatar
tanLadybug
@camajudson
HTTP
Forked from camajudson/handleDiscordInteraction
jamisonl avatar
copperMammal
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction
jamisonl avatar
ruralCrimsonGuppy
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction
jamisonl avatar
adorableRedChameleon
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction
axif0 avatar
handleDiscordInteraction
@axif0
Script
// Handle other interactions here
mattx avatar
examplebotendpoint
@mattx
Express
An interactive, runnable TypeScript val by mattx
camajudson avatar
handleDiscordInteraction
@camajudson
HTTP
Forked from maxm/discordBotExample
October 23, 2023