An example utilities bot using Deno with harmony as framework.
Invite the production bot to your server.
Add the bot token to the .env
file.
- Development
deno run --allow-net --allow-read --allow-env --watch mod.ts
- Production
deno run --allow-net --allow-read --allow-env mod.ts
This is mainly an example bot, so any feature can be implemented here, just open an issue.
This project is licensed under the MIT License.