Updated Hosting your bot (markdown)

Anubhav Das 2019-07-21 19:11:26 +05:30
parent 3a3a6b6054
commit 465e00aed8

@ -74,7 +74,7 @@ To re-attach to the *screen* after you logged back in:
``` ```
screen -r mybot screen -r mybot
``` ```
Or or
``` ```
screen -d -m mybot screen -d -m mybot
``` ```