pumpkin-py / pumpkin-fun

Fun modules as extensions of pumpkin.py bot framework
GNU General Public License v3.0
0 stars 21 forks source link

Ensure newlines aren't printed #95

Open sinus-x opened 2 years ago

sinus-x commented 2 years ago

Several commands are taking user input, but displaying its newlines can mess up the input. Some examples are:

Doing .replace("\n", " ") should be enough.