Set of commands to mint, award, and use perks.
- Install Deno
-
Create a
.env
file based on.env.example
. -
Run the bot server:
deno run -Ar --unstable main.ts
# Or
deno task start
Note Copy the
https
URL and add it to the interactions endpoint URL on the General Information page:https://discord.com/developers/applications/$BOT_ID/information
.
Development invite link: http://localhost:8080/__invite
- Install the UDD tool:
deno install -rf --allow-read=. --allow-write=. --allow-net https://deno.land/x/udd/main.ts
- Update dependencies:
udd */**/*.ts
Created with 💖 by @EthanThatOneKid