2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

discord.pyで改行されない問題

Last updated at Posted at 2020-01-18

某ゲーム用のbotを作っていた時に気がついたのですが、
iOS版Discordだと改行がされないことがあります

PC版Discord
pc_discord.png

iOS版Discord
iOS_discord.png

みてわかるとおり、「いずみ」の後ろの改行が無視されています

原因を探ったのですが、その部分だけ改行の前にスペースが入っています


message = 'いずみ \n2回目'

改行の前のスペースをなくすことで、iOS版でも改行されるようになりました

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?