Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1 KB

README.md

File metadata and controls

51 lines (31 loc) · 1 KB

Perks

Set of commands to mint, award, and use perks.

Development

Setup

  1. Install Deno

Run

  1. Create a .env file based on .env.example.

  2. 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.

image

Development invite link: http://localhost:8080/__invite

Update dependencies

  1. Install the UDD tool:
deno install -rf --allow-read=. --allow-write=. --allow-net https://deno.land/x/udd/main.ts
  1. Update dependencies:
udd */**/*.ts

Created with 💖 by @EthanThatOneKid