Commit 88cc0792bdc73649d20c07251abe87df98cf5d4b

Thomas de Grivel 2022-02-04T13:55:38

change discord message

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/discord.ex b/lib/discord.ex
index 3ee5458..14cdb55 100644
--- a/lib/discord.ex
+++ b/lib/discord.ex
@@ -44,7 +44,7 @@ defmodule Discord do
 URI : `#{req_path}`
 User : `#{user}`
 #{params.kind} :
-```#{reason}```#{if stack do "\n\nStack : ```#{stack}```" end}
+```#{reason}```#{if stack do "\nStack : ```#{stack}```" end}
 """
   end
 end