import { REST } from "@discordjs/rest"; import { TOKEN } from "core/config"; export const rest = new REST().setToken(TOKEN);