Closed ghost closed 5 years ago
This issue is now being fixed in https://github.com/Explv/Explvs-AIO/pull/38/
@RealPoke I fixed your branch. In the future you should rebase the upstream changes into your branch rather than merge. A rebase essentially applies your changes on top of the changes in the upstream fork. A merge will apply the changes in the upstream fork on top of your changes, which gets messy.
Here is the command you should use:
git rebase upstream/master
Yes, will look into that, thanks! :)
This prevents the bot to get stuck if the withdraw mode is on note, by changing back to normal mode.