fixed reconnecting crashes
This commit is contained in:
12
README.md
12
README.md
@ -21,7 +21,7 @@ A fork of the popular proxy to wait out 2b2t.org's way too long queue. [2lazy2wa
|
||||
|
||||
# How to use
|
||||
1. Read the code to ensure i'm not stealing your credentials. i'm not, but you shouldn't take my word for it. If you don't know how to read it, downloading stuff off the internet and giving it your password is probably a bad idea anyway.
|
||||
2. Run 'npm start'
|
||||
2. Run `npm start`
|
||||
3. Your bot should be online now, in discord it should show up with "Queue stopped."
|
||||
4. See below for commands on how to start the queue.
|
||||
5. You can access the original 2bored2wait web interface from http://localhost
|
||||
@ -30,11 +30,11 @@ A fork of the popular proxy to wait out 2b2t.org's way too long queue. [2lazy2wa
|
||||
|
||||
# Commands
|
||||
All commands can be used through discord or the cli.
|
||||
- 'start' will start the queue. It takes between 15-30 seconds for the bot to update with the queue position.
|
||||
- 'start 14:00' will start at 2pm.
|
||||
- 'play 8:00' will try to calculate the right time to join so you can at 8:00
|
||||
- 'update' will send an update to the current channel with your position and ETA.
|
||||
- 'stop' will stop the queue.
|
||||
- `start` will start the queue. It takes between 15-30 seconds for the bot to update with the queue position.
|
||||
- `start 14:00` will start at 2pm.
|
||||
- `play 8:00` will try to calculate the right time to join so you can at 8:00
|
||||
- `update` will send an update to the current channel with your position and ETA.
|
||||
- `stop` will stop the queue.
|
||||
|
||||
# Forewarning
|
||||
Do not give your secrets.json file to anyone under any circumstances.
|
||||
|
||||
Reference in New Issue
Block a user