This Discord bot has these commands:
- writing, checking, and deleting reminders that you can set for a certain time so the bot will ping you about it
- writing alert, deleting alert, and checking what alerts you've set for when UCSD courses have spots open
- checking if ecotime is due (ecotime is a platform for UCSD workers to put in their hours)
- misc: set bot's avatar, see your own profile picture
git pull
this repo- Fill out your information in .env (sample in .env.sample)
npm i
to download packagesnpx tsc
to compile TS to JS into an out/ foldernode out/index.js
to start the bot- notes:
- this will both load the commands to Discord and start the bot in your Discord of choice
- if in *nix, may need to move .env to the out/ folder
- notes: