diff options
author | Minteck <contact@minteck.org> | 2022-01-14 14:39:24 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-14 14:39:24 +0100 |
commit | 5c681b90c92baced1b6ccb9f2f604b738b6aaf25 (patch) | |
tree | 3f5d3e387bd17b610e98edff27b9b596ad2b40bf | |
parent | 81884db115f3f6a5d4e968fb77cc050cadb1a05e (diff) | |
download | ponyfind-5c681b90c92baced1b6ccb9f2f604b738b6aaf25.tar.gz ponyfind-5c681b90c92baced1b6ccb9f2f604b738b6aaf25.tar.bz2 ponyfind-5c681b90c92baced1b6ccb9f2f604b738b6aaf25.zip |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ # Ponyfind ```plaintext npm install # Install dependencies -node update/bot.js # Generate database -node bot.js # Start bot +node update/index.js # Generate database +node bot.js # Start bot ``` + +> 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 |