diff --git a/v6d3losyash/run-bot.py b/v6d3losyash/run-bot.py index 629ab41..9e81d18 100644 --- a/v6d3losyash/run-bot.py +++ b/v6d3losyash/run-bot.py @@ -69,7 +69,7 @@ class Spam: lambda m: f'\u001b[0;{m[1]}m{m[2]}\u001b[0m', segment, ) - return segment + return segment.strip() def ru_segments(self) -> list[str]: return list(map(self.format_segment, (self.root / 'ru.md').read_text().split('=' * 80)))