mirror of
https://github.com/artiemis/artemis.js.git
synced 2026-02-14 10:21:54 +00:00
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
import { env } from "./env";
|
|
import { API } from "@discordjs/core";
|
|
import { REST } from "discord.js";
|
|
|
|
const rest = new REST().setToken(env.DISCORD_TOKEN);
|
|
export const api = new API(rest);
|