Commit 87417a009e4a3f1ce8d9b18851dabdca5c8474ee

Thomas de Grivel 2022-02-03T12:51:29

fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/lib/discord.ex b/lib/discord.ex
index e26819e..191a401 100644
--- a/lib/discord.ex
+++ b/lib/discord.ex
@@ -24,8 +24,8 @@ defmodule Discord do
     stack = Stack.to_string(params.stack)
     headers = headers_to_string(conn.req_headers)
     message = %{content: """
-URI : #{req_path}
-User : #{user}
+URI : ```#{req_path}```
+User : ```#{user}```
 ```#{params.kind} #{reason}
 
 #{stack}```