rewrite: Small bugfixes.

This commit is contained in:
2023-05-14 12:33:05 +03:00
parent e3ee2ed866
commit 6683d27dfd
3 changed files with 19 additions and 8 deletions

View File

@@ -351,7 +351,7 @@ class TasklistUI(BasePager):
return False
if message.attachments or message.embeds or height > 20:
return False
height += len(message.content.count('\n'))
height += message.content.count('\n')
return False
return False