I am using discord.py
and I need the bot to send a multi-line message. This is easy to do, but sending each line separately is a pain and it isn't very quick. So I thought, why not have it send the whole shebang at once?
All I need is to somehow take everything inside of the terminal and set that as a variable that I can later send as a single message.
Here's the entire terminal output: