1
0
mirror of https://github.com/kami-blue/client synced 2025-02-20 23:27:14 +00:00

Fix list of contributors

This commit is contained in:
Qther 2020-04-18 23:42:20 +08:00 committed by GitHub
parent 9d6723b1aa
commit 7c4b26a3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<Integer> 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);