Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.23 KB

EddieBot

Discord bot for Eddie Jaoude's Discord server

Required

Quickstart

  1. Clone the project or your fork (if you plan to make changes use your fork)
  2. Install dependencies by running the command npm install

Run the project locally on Mac and Linux using below command

  1. DISCORD_TOKEN=<GET YOUR DISCORD TOKEN> GENERAL_CHANNEL_ID=<GET YOUR GENERAL CHANNEL ID> npm run start:local

Run on Windows using below commands

  1. set DISCORD_TOKEN=<GET YOUR DISCORD TOKEN>
  2. set GENERAL_CHANNEL_ID=<GET YOUR GENERAL CHANNEL ID>
  3. npm run start:local