Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 343 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 343 Bytes

Prosperity Discord Bot

It's a Discord bot, dumbass

Prerequisites

  • Yarn i think?? npm install -g yarn
  • ts-node npm install -g ts-node

Setup

yarn install

tee ./.env << EOF > /dev/null
TOKEN={insert token here}
ID={insert id here}
EOF

Run

ts-node main.ts

Register Slash Commands

ts-node register.ts