Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 260 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 260 Bytes

dadbot

Initial commit of node.js dadbot for discord #sudomod

You need to create a config.json and put it in the main directory for this to work:

config.json should look like this:

{ 
  "token"  : "PUT_YOUR_BOT_TOKEN_HERE",
  "prefix" : "!"
}