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.
 
 
 
 
Jonathan McCaffrey b65dae0884 test(Discord) Added test logs to discord and start of discord chat bot 4 years ago
..
commands test(Discord) Added test logs to discord and start of discord chat bot 4 years ago
events test(Discord) Added test logs to discord and start of discord chat bot 4 years ago
.gitignore test(Discord) Added test logs to discord and start of discord chat bot 4 years ago
Procfile test(Discord) Added test logs to discord and start of discord chat bot 4 years ago
README.md test(Discord) Added test logs to discord and start of discord chat bot 4 years ago
index.js test(Discord) Added test logs to discord and start of discord chat bot 4 years ago
package-lock.json test(Discord) Added test logs to discord and start of discord chat bot 4 years ago
package.json test(Discord) Added test logs to discord and start of discord chat bot 4 years ago

README.md

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