avissian
avissian
You must change the shell to bash for the user, or run the command /shell for the current bot instance. See "{_you linux dist name_} change default shell to user"...
socks5 proxy: ```javascript var bot = botgram(config.authToken, {agent: new (require('socks5-https-client/lib/Agent'))( {"socksHost": "proxy_host", "socksUsername": "user", "socksPassword": "password", "socksPort": 1080}) }); ```
> I'm reopening the issue, since I'd like to incorporate this into the code someday. https://github.com/avissian/shell-bot/commit/e4285bee13f7951ae7ddcf07ee16e86c9bf8e72e
What version of nodejs? What returns on `npm install botgram`? Maybe [this](https://github.com/botgram/shell-bot/issues/8) will help?