Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 568 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 568 Bytes

syntext-worker

A fun side project for a discord bot for the Syntext server!

End goals that would be good to get done include:

  1. An easy way to set up meetings
  2. A way to record/bookkeep notes.
  3. Anything else!

To set up modules, run this command in the command line, npm i discord.js discord-api-types @discordjs/rest dotenv [email protected].

Additionally create a file called .env in the repo's folder, and ask for the token that it will hold!

After the token is correctly formatted in the .env file, run npm run test in the command line to start the bot!