Commit 10a10a2bbece62b136ebae5b9c5f9cae8b99ab2c

Thomas de Grivel 2022-02-03T12:49:42

fix

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