[skip ci] Update Contributors.kt (#520)

This commit is contained in:
Itsmechinmoy 2024-11-10 17:19:28 +05:30 committed by GitHub
parent 95b558118a
commit 02ec4a3605
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ class Contributors {
"rebelonion" -> "Owner & Maintainer" "rebelonion" -> "Owner & Maintainer"
"sneazy-ibo" -> "Contributor & Comment Moderator" "sneazy-ibo" -> "Contributor & Comment Moderator"
"WaiWhat" -> "Icon Designer" "WaiWhat" -> "Icon Designer"
"itsmechinmoy" -> "Discord and Telegram Admin/Helper, Comment Moderator & Translator"
else -> "Contributor" else -> "Contributor"
} }
developers = developers.plus( developers = developers.plus(
@ -91,7 +92,7 @@ class Contributors {
), ),
Developer( Developer(
"hastsu", "hastsu",
"https://cdn.discordapp.com/avatars/602422545077108749/20b4a6efa4314550e4ed51cdbe4fef3d.webp?size=160", "https://s4.anilist.co/file/anilistcdn/user/avatar/large/b6183359-9os7zUhYdF64.jpg",
"Comment Moderator and Arabic Translator", "Comment Moderator and Arabic Translator",
"https://anilist.co/user/6183359" "https://anilist.co/user/6183359"
), ),
@ -111,4 +112,4 @@ class Contributors {
@SerialName("html_url") @SerialName("html_url")
val htmlUrl: String val htmlUrl: String
) )
} }