Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 304 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 304 Bytes

2009scape Discord bot

Installation & Running

Make sure you've set node to version >= 12

  1. Create a .env file and enter DISCORD_TOKEN=[your discord bot token]
  2. Run yarn or npm i
  3. Run yarn start or npm start

For maximum Pog, run while true; do git pull ; yarn start; done instead.