Fan website of IMMORTAL: Gates of Pyre.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

463 B

Discord bot example

Read this article to fully understand what this is about 😃

Getting started

  1. Clone this repository
  2. Run npm install
  3. Grab a token on Discord's developer portal
  4. Create a .env file and add a BOT_TOKEN environmental variable whose value is the token above.
  5. Run npm run dev