diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ # Ponyfind ```plaintext -npm install # Install dependencies -node update/index.js # Generate database -node bot.js # Start bot + npm install # Install dependencies + node update/index.js # Generate database + node index.js # Start bot (multi-threaded) +# node bot.js # Start bot (single-threaded) ``` > Create a `./beta` file to start the bot in beta mode (using the beta token) instead of stable mode (using the stable token)
\ No newline at end of file |