1 | commit b82fe23f8034b19589dc5629a904701ba3f3623a |
2 | Author: acidvegas <acid.vegas@acid.vegas> |
3 | Date: Sat Mar 21 03:20:00 2020 -0400 |
4 | |
5 | added double fees mode info |
6 | --- |
7 | README.md | 4 +++- |
8 | 1 file changed, 3 insertions(+), 1 deletion(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 788783c..8cb83ea 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -29,10 +29,12 @@ This game can introduce lots of trolling & botting. Get creative & figure out wa |
15 | ###### Loops |
16 | * The database will backup to a pickle file every hour. The last backup time can be seen in the `@stats` reply. Make note of this before restarting the bot for some reason. |
17 | |
18 | -* The exchange will random enter "maintenance mode" once every 3 days, which locks the use of all exchange commands. Maintenance can last an hour to a full day. |
19 | +* The exchange will random enter "maintenance mode" randomly every 7 to 14 days, which locks the use of all exchange commands. Maintenance can last an hour to a full day. |
20 | |
21 | * All fees are collected & stored in the "reward pool". The bot will make an announcement randomly before the round ends & anyone who types `!bang` after that will get a reward taken from the pool. It takes 25 to 50 `!bang`'s to completely empty the pool. The final person to `!bang` will get the largest reward. |
22 | |
23 | +* Double fees mode will be activated randomly every 7 to 10 days, which will double the fees for cashout, trade, and send usage, and can last for 1 to 3 days. |
24 | + |
25 | ###### Trading Pair Rules |
26 | - USD can only be used for buying or selling BTC, ETH, & LTC. |
27 | |