Skip to content

Commit

Permalink
NoelShack update his policy #205
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaysoro committed Mar 9, 2020
1 parent 5a91905 commit 618f7b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/main/java/enums/Dimension.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
@AllArgsConstructor
public enum Dimension {

ENUTROSOR("dimension.enutrosor", "http://image.noelshack.com/fichiers/2019/02/2/1546904136-enutrosor.png", new Color(255, 255, 104)),
SRAMBAD ("dimension.srambad" , "http://image.noelshack.com/fichiers/2019/02/2/1546904136-srambad.png", new Color(47, 66, 104)),
XELORIUM ("dimension.xelorium" , "http://image.noelshack.com/fichiers/2019/02/2/1546904136-xelorium.png", new Color(110, 81, 105)),
ECAFLIPUS("dimension.ecaflipus", "http://image.noelshack.com/fichiers/2019/02/2/1546904136-ecaflipus.png", new Color(205, 216, 158));
ENUTROSOR("dimension.enutrosor", "https://i.imgur.com/ssMAcx3.png", new Color(255, 255, 104)),
SRAMBAD ("dimension.srambad" , "https://i.imgur.com/jzpizTm.png", new Color(47, 66, 104)),
XELORIUM ("dimension.xelorium" , "https://i.imgur.com/vfQhS5D.png", new Color(110, 81, 105)),
ECAFLIPUS("dimension.ecaflipus", "https://i.imgur.com/sLK4FmQ.png", new Color(205, 216, 158));

private String key;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/enums/Nude.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public enum Nude {

MOAM("Moam#6449", "http://image.noelshack.com/fichiers/2019/02/1/1546846452-finale.png");
MOAM("Moam#6449", "https://i.imgur.com/BPqxFKm.png");

private String author;
private String image;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mapper/PortalMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void decorateSpec(EmbedCreateSpec spec, PortalDto portal, Language
portal.getNearestZaap().toString(), false);

spec.setFooter(getDateInformation(portal, language),
"http://image.noelshack.com/fichiers/2019/43/1/1571689446-zaap2.png");
"https://i.imgur.com/u2PUyt5.png");
}
else
spec.setDescription(Translator.getLabel(language, "portal.unknown"));
Expand Down

0 comments on commit 618f7b2

Please sign in to comment.