/dino-bot

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

Primary LanguageTypeScriptMIT LicenseMIT

🦕🍱dino🦕🍱

Add dino-bot to your server!

Discord Bots

want to run it locally?

first create a .env

and put TOKEN=yourtoken

and finally run:

deno run -A -q --unstable --no-check 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