1
2
3
4
5
6
7
8
import { discordAPI } from "https://esm.town/v/stevekrouse/discordAPI";
// https://discord.com/developers/docs/resources/guild#get-guild-channels
export let discordGetChannels = ({token, tokenType, guildId}) => discordAPI({
token,
tokenType,
path: `guilds/${guildId}/channels`
})
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023