Commit 65989e90cbb87dfeb7cf682f321c06a5fb2ab6f3

Thomas de Grivel 2022-02-03T12:54:20

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 191a401..cd4ed03 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}```