Discord Bot for Hack_NCState's annual hackathon. Check out our website.
./src/events/
- add your csv file with a list of all announcements to this folder (make sure to follow the template with proper column names)./src/config.js
- update the file name./src/config.js
- update the channel id
- clone the repo locally
- edit the
.env.example
file by adding the bot token and renaming to.env
- in a terminal, run
npm run start
ornpm run dev
(if you're actively developing)