Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 402 Bytes

01Coin Discord Bot

Prerequisites

  • Node.js
  • Discord (Developer) Bot Token
  • 01Coin wallet server w/ correctly configured RPCs

Installation

To install the Discord Bot:

  1. Clone the repo.
  2. Enter local repo directory.
  3. Type "npm i" to install the bot's dependencies.
  4. Configure the bot within a new file "config.js" based on "config_example.js".
  5. Type "node index" to start the bot.