Files
discordeno/template/bigbot/makefile
Reboot-Codes e31ee82d37 Fixing the BigBot Template (#2189)
* Add `create-discordeno-bot` reference in README.md

* Switch to deno tasks.

* Fix `DISCORD_TOKEN` var

* Fix `gateway` workers

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2022-05-08 09:57:42 -04:00

8 lines
239 B
Makefile

rest:
deno run -A --unstable --import-map ./importMap.json ./src/rest/mod.ts
gateway:
deno run -A --unstable --import-map ./importMap.json ./src/gateway/mod.ts
bot:
deno run -A --unstable --import-map ./importMap.json ./src/bot/mod.ts