Skip to content

Commit

Permalink
chore: bump idofront & geary
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed May 31, 2024
1 parent 995217a commit e136db9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ChatListener : Listener {
val channelData = ogChannelData.withChannelVerified()
val channelId = channelData.channelId
val channel = channelData.channel ?: return
val baseMessage = message().children().last()
val baseMessage = message().children().lastOrNull() ?: message()

if (viewers().isNotEmpty()) viewers().clear()
viewers() += channel.getAudience(player)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=com.mineinabyss
version=0.8
idofrontVersion=0.24-dev
idofrontVersion=0.24.0
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
geary = "0.30-dev"
geary = "0.30.1"
velocity = "3.3.0-SNAPSHOT"
discordsrv = "1.27.0"
placeholderapi = "2.11.5"
placeholderapi = "2.11.6"
imageloader = "1.1-SNAPSHOT"

[libraries]
Expand Down

0 comments on commit e136db9

Please sign in to comment.