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

Remove Robeart from credits

This commit is contained in:
Dominika 2020-05-22 12:37:06 -04:00
parent 6e5ddda8b3
commit a42a33db51
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F

View File

@ -38,7 +38,6 @@ public class CreditsCommand extends Command {
26636167, // AnotherEntity
22961592, // ArisaSnowbell
58238984, // Itistheend
32800833, // Ropro2002
// Bots
27856297 // dependabot
@ -63,8 +62,7 @@ public class CreditsCommand extends Command {
"\nArisa (Arisa-Snowbell)" +
"\nJamie (jamie27)" +
"\nWaizy (WaizyNet)" +
"\nIt is the end (Itistheend)" +
"\nRobeart (Ropro2002/Potentia-Public)";
"\nIt is the end (Itistheend)";
for (WebUtils.GithubUser u : WebUtils.getContributors(exceptions)) {
message = message.concat("\n" + u.login);