botgram / shell-bot

:robot: Telegram bot that executes commands and sends the live output
GNU General Public License v3.0
787 stars 493 forks source link

How to custom output of command /run to style code? #52

Closed sysadminid closed 2 years ago

sysadminid commented 2 years ago

I have issue when running /run command, for example :

I have a file test.txt with contain like below : Hello World!

I want when do /run cat test.txt the output should be :

Hello World!

Look like using parameter <code>Hello World!</code>. Any ideas?

sysadminid commented 2 years ago

Sorry wrong issue