Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
chore release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Oct 3, 2023
1 parent a161634 commit 904c585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.github.gmazzo.buildconfig") version "3.1.0"
}
group = "org.mesagisto"
version = "1.6.3"
version = "1.6.4"
buildConfig {
val version = project.version.toString()
buildConfigField("String", "VERSION", provider { "\"${version}\"" })
Expand Down
1 change: 1 addition & 0 deletions src/main/kotlin/Plugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ object Plugin : KotlinPlugin(

listeners.apply {
add(eventChannel.subscribeAlways(::sendHandler, EventPriority.LOWEST))
add(eventChannel.subscribeAlways(MiraiBot::botOnline))
}
if (Config.switch.nudge) {
eventChannel.subscribeAlways<NudgeEvent> {
Expand Down

0 comments on commit 904c585

Please sign in to comment.