Discord.py: Adding Line Breaks Mid Message

Created on 4 Oct 2017  路  2Comments  路  Source: Rapptz/discord.py

Is it possible to add line breaks mid message. I tried using /n as shown below but would not insert a line break.

await client.send_message(message.channel, 'hello /n goodbye')

prints out

hello /n goodbye

invalid question

Most helpful comment

bruh \n

All 2 comments

bruh \n

RIP, Now I know why my line breaks never worked in any of my problems :)

Was this page helpful?
5 / 5 - 1 ratings