Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 248 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 248 Bytes

discord-meeting-bot

Discord bot for code++ discord chat

To install:

  1. clone repo
  2. npm install
  3. add auth.json file containing:
{
  "token": "SERVER-TOKEN-HERE",
  "prefix": "!"
}
  1. run node bot.js