mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import { createRestManager } from '@discordeno/rest'
|
|
|
|
export const REST = createRestManager({
|
|
token: process.env.TOKEN,
|
|
})
|