Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Credit Ceddix for de-de :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Apr 23, 2022
1 parent f491953 commit 4984048
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package net.william278.huskchat.command;

import net.william278.huskchat.HuskChat;
import net.william278.huskchat.player.ConsolePlayer;
import net.william278.huskchat.player.Player;

import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Locale;
import java.util.logging.Level;
import java.util.stream.Collectors;

public class HuskChatCommand extends CommandBase {
Expand All @@ -24,7 +22,7 @@ public HuskChatCommand(HuskChat implementor) {
"[" + implementor.getMetaDescription() + "](gray)\n" +
"[• Author:](white) [William278](gray show_text=&7Click to visit website open_url=https://william278.net)\n" +
"[• Contributors:](white) [TrueWinter](gray show_text=&7Code), [Ironboundred](gray show_text=&7Code)\n" +
"[• Translators:](white) [xF3d3](gray show_text=&7Italian, it-it), [MalzSmith](gray show_text=&7Hungarian, hu-hu)\n" +
"[• Translators:](white) [xF3d3](gray show_text=&7Italian, it-it), [MalzSmith](gray show_text=&7Hungarian, hu-hu), [Ceddix](gray show_text=&7German, de-de)\n" +
"[• Help Wiki:](white) [[Link]](#00fb9a show_text=&7Click to open link open_url=https://william278.net/docs/huskchat/Home)\n" +
"[• Report Issues:](white) [[Link]](#00fb9a show_text=&7Click to open link open_url=https://github.com/WiIIiam278/HuskChat/issues)\n" +
"[• Support Discord:](white) [[Link]](#00fb9a show_text=&7Click to join open_url=https://discord.gg/tVYhJfyDWG)";
Expand Down

0 comments on commit 4984048

Please sign in to comment.