chore: rename classes
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -97,7 +97,7 @@ val commands = listOf(
|
|||||||
WeatherCommand(), CigaretteCommand(),
|
WeatherCommand(), CigaretteCommand(),
|
||||||
RemakeCommand(), PixivCommand(),
|
RemakeCommand(), PixivCommand(),
|
||||||
RUACommand(), NslookupCommand(),
|
RUACommand(), NslookupCommand(),
|
||||||
NiuziSignCommand(), MyNiuziSignCommand(),
|
NiuziSignCommand(), MyNiuziCommand(),
|
||||||
JiJianCommand(), LikeMeCommand()
|
JiJianCommand(), LikeMeCommand()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ class JiJianCommand : BaseCommand() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class MyNiuziSignCommand : BaseCommand() {
|
class MyNiuziCommand : BaseCommand() {
|
||||||
override val commandNames = listOf("我的牛子")
|
override val commandNames = listOf("我的牛子")
|
||||||
|
|
||||||
override suspend fun executeGroup(listener: OBMessage, message: GroupMessage, args: List<String>) {
|
override suspend fun executeGroup(listener: OBMessage, message: GroupMessage, args: List<String>) {
|
||||||
|
|||||||
Reference in New Issue
Block a user