Skip to content

Commit

Permalink
NewEmojis: update twemoji to 15.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Juby210 committed Feb 10, 2024
1 parent b5f32f6 commit deee8d7
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions NewEmojis/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
version = "1.0.1"
version = "1.0.2"
description = "Adds new emojis missing in old discord."

aliucord.changelog.set("""
1.0.1 {added marginTop}
1.0.2 {updated marginTop}
======================
* updated twemoji to 15.0.3 adding unicode 15 emojis
1.0.1 {added}
======================
* updated twemoji url to 14.1.2 (jdecked's fork)
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ class NewEmojis : Plugin() {
}

fun getUrl(code: String, new: Boolean) =
"https://jdecked.github.io/twemoji/v/${if (new) "14.1.2" else "14.1.1"}/72x72/$code.png"
"https://jdecked.github.io/twemoji/v/${if (new) "15.0.3" else "14.1.1"}/72x72/$code.png"
}
)
}
Loading

0 comments on commit deee8d7

Please sign in to comment.