File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/main/kotlin/me/lightless/izumi/plugin Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " me.lightless.bot"
10- version = " 1.0.2 -SNAPSHOT"
10+ version = " 1.0.3 -SNAPSHOT"
1111
1212repositories {
1313 maven(" https://dl.bintray.com/kotlin/kotlin-eap" )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class About : ICommand {
2121 logger.debug(" $commandName called" )
2222 val message = """
2323 |BotIzumi Project
24- |Version: 1.0.2 -SNAPSHOT
24+ |Version: 1.0.3 -SNAPSHOT
2525 |
2626 |A QQ bot based on mirai (https://github.com/mamoe/mirai).
2727 |
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ class Ryuo : ITimer {
8888 }
8989}
9090
91- fun main () {
92- val today = LocalDate .now(DateTimeZone .forOffsetHours(8 ))
93- println (today.toString())
94-
95- val yesterday = today.minusDays(1 )
96- println (yesterday.toString())
97- }
91+ // fun main() {
92+ // val today = LocalDate.now(DateTimeZone.forOffsetHours(8))
93+ // println(today.toString())
94+ //
95+ // val yesterday = today.minusDays(1)
96+ // println(yesterday.toString())
97+ // }
You can’t perform that action at this time.
0 commit comments