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

Related issues

Nicba1010 picture Nicba1010  路  3Comments

TunaHobby picture TunaHobby  路  3Comments

ghost picture ghost  路  3Comments

Yolotroll101 picture Yolotroll101  路  3Comments

danshat picture danshat  路  3Comments