Set of commands to mint, award, and use perks.
- Install Deno
-
Create a
.envfile based on.env.example. -
Run the bot server:
deno run -Ar --unstable main.ts
# Or
deno task startNote Copy the
httpsURL 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 */**/*.tsCreated with 💖 by @EthanThatOneKid