import { REST } from "discord.js"; import config from "./config.ts"; export default new REST({ version: "10" }).setToken(config.discord.token);