Explv / Explvs-AIO

Explv's AIO
MIT License
23 stars 18 forks source link

Change withdraw mode to item if set to noted #37

Closed ghost closed 5 years ago

ghost commented 5 years ago

This prevents the bot to get stuck if the withdraw mode is on note, by changing back to normal mode.

Explv commented 5 years ago

This issue is now being fixed in https://github.com/Explv/Explvs-AIO/pull/38/

ghost commented 5 years ago

@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! :)