blob: b68118ec70223248bf67a94b311691b96e1dbaf8 (
plain)
1
2
3
4
5
6
7
8
9
|
# Ponyfind
```plaintext
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)
|