Providers
Discord
Users, guilds, channels, and messages.
Quickstart
import { Discord } from '@remcostoeten/fync';
const discord = Discord({ token: process.env.DISCORD_TOKEN! });Common
await discord.getCurrentUser();
await discord.getGuild('guildId');
await discord.getChannel('channelId');
await discord.sendMessage('channelId', 'Hello!');