Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 504 Bytes

File metadata and controls

13 lines (13 loc) · 504 Bytes

jessieBot

Installation

  1. Make sure you have node.js installed, find installers here.
  2. Clone the repository
  3. Set up a file named "auth.json" with { "token": "your-discord-bot-token" } inside of it.
  4. Open your repo folder, and run:
    • npm install discord.io winston –save.
    • npm install https://github.com/woor/discord.io/tarball/gateway_v6
    • npm i markov-chain-nlg
  5. Run node bot.js inside your repo.
  6. Enjoy!