-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathbuild.gradle.kts
More file actions
16 lines (15 loc) · 846 Bytes
/
build.gradle.kts
File metadata and controls
16 lines (15 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
description = "Use all emotes in any server without Nitro."
version = "1.0.10"
aliucord.changelog.set("""
# 1.0.10
* Added the lossless quality argument to the emoji URL to combat Blur (by RGBCube)
* Added the emoji name argument to the URL to help Vencord properly display the emoji (by Delphox)
* Fix emojis breaking when the server boost runs out (by Delphox)
* Fix invalid emoji size breaking the final emoji URL (by RGBCube)
# 1.0.9
* Removed the troll and made NitroSpoof work again
* Thanks to Lenk for helping me with the code
* The /freenitro slash command was changed to /freenitroll (use the command if you are sure you want to allow it to delete NitroSpoof)
* No the command is not malicious and I am specifically telling you it will only delete NitroSpoof.zip
* Ven is still my beloved -Foxy
""".trimIndent())