/dino-bot

a bot that execute your deno code and send you the output! 🦕

Primary LanguageTypeScriptMIT LicenseMIT

dino

👏 Add dino to your Discord Server

To start using dino just click on this link and add it to your server! a bot that execute deno and send you the output

  • secure by default

run it locally?

create a archive .env

and put

TOKEN=yourtoken

and finally run:

deno run -A -q --unstable mod.ts

or if you want to run it with docker just run:

sudo docker build -t deno-bot . && sudo docker run -d deno-bot