A nice command would be a PTY shell command, that would work similar to the functionality here: https://github.com/harmonicinc-com/joebot
We would need some kind of server box that is being used to receive the websocket PTY shell, and that the discord bot would provide a link to once the command is executed.
discord !pty message => bot sees msg and connects to PTY C2 => discord bot returns link to WS PTY shell
The way that joebot works is that the link is one session, so several people can join that link to watch/type together. If you want your own session, you can just run !pty again.
A nice command would be a PTY shell command, that would work similar to the functionality here: https://github.com/harmonicinc-com/joebot
We would need some kind of server box that is being used to receive the websocket PTY shell, and that the discord bot would provide a link to once the command is executed.
The way that joebot works is that the link is one session, so several people can join that link to watch/type together. If you want your own session, you can just run !pty again.