Skip to main content
Module

x/discordeno/template/bigbot/deno.json

Discord API library for Deno
Go to Latest
File
{ "tasks": { "rest": "deno run -A --unstable --import-map ./importMap.json ./src/rest/mod.ts", "bot": "deno run -A --unstable --import-map ./importMap.json ./src/bot/mod.ts", "watch-bot": "deno run --watch -A --unstable --import-map ./importMap.json ./src/bot/mod.ts", "gateway": "deno run -A --unstable --import-map ./importMap.json ./src/gateway/mod.ts" }}