Save profile gif when nitro expires
When I buy discord nitro I like to cancel it so I can control when I am charged. The problem is when my discord nitro expires the gif becomes a still photo and I have to upload the gif image again which is a bit anoying. I would like that when I buy nitro again it becomes a gif again. In other words I would like for the gif to be saved in my computer so that when I buy nitro again AND if I have not changed my profile picture then gif is automatically uploaded again as my profile picture.
I'll put it in "code":
event_nitro_expired(){
saved_gif = systemio.write(acount.profile_picture);
acount.profile_picture = from_gif_to_png(acount.profile_picture);
}
event_bought_nitro(){
if (acount.has_changed_profile_picture_since_last_nitro == false)
{
acount.profile_pictured = saved_gif;
}
}
-
nasıl alabilirim ya alamıyorum telefondan
0
Accedi per aggiungere un commento.
Commenti
1 commento