Skip to content
Snippets Groups Projects
Unverified Commit 52efbad6 authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Change images to be shown above text, instead of below

parent bc9143d2
No related branches found
No related tags found
No related merge requests found
......@@ -354,9 +354,8 @@ class ElmStreet(commands.GroupCog, name="elm"):
if image := choice.get("image"):
if exists(f"images/{image}"):
file = File(f"images/{image}")
await channel.send(f"```\n{text}\n```", file=file)
else:
await channel.send(f"```\n{text}\n```")
await channel.send("", file=file)
await channel.send(f"```\n{text}\n```")
if view:
await channel.send("Was wollt ihr als nächstes tun?", view=view)
if next := choice.get("next"):
......
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