y9san9 / prizebot

Open source telegram bot to purely raffle prizes (giveaways) with random.org written in Kotlin
https://t.me/y9prizebot
MIT License
76 stars 13 forks source link

Add @SerialName to all states to decrease states json length #92

Closed y9san9 closed 3 years ago

y9san9 commented 3 years ago

There are a lot of symbols used on state package while it can be cut with @SerialName

image

y9san9 commented 3 years ago

image