slurpcord
Version:
Simple API wrapper for Discord
15 lines (8 loc) • 358 B
JavaScript
import Embed from "./embed.js";
import Button from "./button.js";
import ActionRow from "./actionrow.js";
import SlashCommand from "./slashcommand.js";
import Channel from "./channel.js";
import Role from "./role.js";
import Attachment from "./attachment.js";
export { Embed, Button, ActionRow, SlashCommand, Channel, Role, Attachment };