From 7c4b26a3d2648141d45bf9308785f46b5f8a6311 Mon Sep 17 00:00:00 2001 From: Qther Date: Sat, 18 Apr 2020 23:42:20 +0800 Subject: [PATCH] Fix list of contributors --- .../kami/command/commands/CreditsCommand.java | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/main/java/me/zeroeightsix/kami/command/commands/CreditsCommand.java b/src/main/java/me/zeroeightsix/kami/command/commands/CreditsCommand.java index df35868f7..826d69993 100644 --- a/src/main/java/me/zeroeightsix/kami/command/commands/CreditsCommand.java +++ b/src/main/java/me/zeroeightsix/kami/command/commands/CreditsCommand.java @@ -9,7 +9,7 @@ import java.util.List; import static me.zeroeightsix.kami.util.MessageSendHelper.sendChatMessage; /** - * Created by dominikaaaa on 01/12/2019. + * Created by S-B99 on 01/12/2019. * Revamped by d1gress/Qther on 13 April 2020 */ @@ -23,7 +23,7 @@ public class CreditsCommand extends Command { @Override public void call(String[] args) { List exceptions = Arrays.asList( - 17222512, // dominikaaaa / dominika + 17222512, // s-b99 / dominika 27009727, // zeroeightysix 48992448, // blockparole 19880089, // EmotionalLove @@ -36,13 +36,6 @@ public class CreditsCommand extends Command { 52386117, // Bluskript 26636167, // AnotherEntity 22961592, // ArisaSnowbell - 13212688, // jamie27 - 50775247, // DarkiBoi - 12820770, // Babbaj - 11377481, // Crystallinqq - 3837873, // leijurv - 49104462, // Elementars - 56689414, // WaizyNet 58238984, // Itistheend // Bots @@ -53,7 +46,7 @@ public class CreditsCommand extends Command { "\n&l&9Author:" + "\n086 (zeroeightysix)" + "\n&l&9Contributors:" + - "\nBella (dominikaaaa)" + + "\nBella (S-B99)" + "\nhub (blockparole)" + "\nSasha (EmotionalLove)" + "\nQther (d1gress / Vonr)" + @@ -67,11 +60,7 @@ public class CreditsCommand extends Command { "\nArisa (Arisa-Snowbell)" + "\nJamie (jamie27)" + "\nWaizy (WaizyNet)" + - "\nIt is the end (Itistheend)" + - "\nbabbaj" + - "\nCrystallinqq" + - "\nleijurv" + - "\nElementars"; + "\nIt is the end (Itistheend)"; for (WebUtils.GithubUser u : WebUtils.getContributors(exceptions)) { message = message.concat("\n" + u.login);