client: Add back item tests (#1160)

* Fix upstream merge

* mixins: Fix checkstyle

* client: Add back item tests

* discord: builder default
This commit is contained in:
Owain van Brakel
2019-07-28 00:45:27 +02:00
committed by Kyleeld
parent 6ab7640266
commit 75ef43cc0e
6 changed files with 26 additions and 69 deletions

View File

@@ -48,6 +48,7 @@ public class DiscordMessage
String avatarUrl;
@SerializedName("tts")
boolean textToSpeech;
@Builder.Default
List<DiscordEmbed> embeds = new ArrayList<>();
public DiscordMessage()