1
2
3
4
5
6
7
import { discordAPI } from "https://esm.town/v/stevekrouse/discordAPI";
export let getDiscordGuilds = ({token, tokenType}) => discordAPI({
token,
tokenType,
path: `users/@me/guilds`
})