Skip to content

BOLT04/EddieBot

 
 

Repository files navigation

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

About

Discord bot for Eddie Jaoude's Discord server

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%