Skip to content
Snippets Groups Projects
Commit 5467aa47 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add newline

parent ddb58243
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ maubot: 0.1.0
id: ch.ethz.phys.rt
# A PEP 440 compliant version string.
version: 0.3.0
version: 0.3.1
# The SPDX license identifier for the plugin. https://spdx.org/licenses/
# Optional, assumes all rights reserved if omitted.
......
......@@ -150,7 +150,7 @@ class RT(Plugin):
if msg_lines:
if len(msg_lines) == 1:
msg_lines += [self.take_this]
await evt.respond(' \n'.join(msg_lines))
await evt.respond('\n\n'.join(msg_lines))
@command.passive(regex=r"(?:\U0001F44D[\U0001F3FB-\U0001F3FF]?)",
field=lambda evt: evt.content.relates_to.key,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment