fix: no 13 arifs

This commit is contained in:
aayush262 2024-04-08 21:08:49 +05:30
parent 9b6dc1318d
commit a5a94e5003

View file

@ -40,7 +40,9 @@ class Contributors {
"Contributor",
it.htmlUrl
)
).plus(arrayOf(
)
}
developers = developers.plus((arrayOf(
Developer(
"Wai What",
"https://avatars.githubusercontent.com/u/149729762?v=4",
@ -65,8 +67,7 @@ class Contributors {
"Head Discord Moderator",
"https://youtube.com/watch?v=dQw4w9WgXcQ"
)
))
}
)))
}
return developers
}