feat: add domain price query command
This commit is contained in:
4 files changed
+139
-1
No files matched your search
@@ -10,6 +10,7 @@ package cn.rtast.fancybot
|
||||
import cn.rtast.fancybot.commands.*
|
||||
import cn.rtast.fancybot.commands.CompilerCommand
|
||||
import cn.rtast.fancybot.commands.lookup.CigaretteCommand
|
||||
import cn.rtast.fancybot.commands.lookup.DomainPriceCommand
|
||||
import cn.rtast.fancybot.commands.lookup.GPTCommand
|
||||
import cn.rtast.fancybot.commands.lookup.GithubUserCommand
|
||||
import cn.rtast.fancybot.commands.lookup.MCPingCommand
|
||||
@@ -151,7 +152,7 @@ val commands = listOf(
|
||||
JiJianCommand(), LikeMeCommand(),
|
||||
CompilerCommand(), GPTCommand(),
|
||||
GithubUserCommand(), AboutCommand(),
|
||||
MusicPlayUrlCommand()
|
||||
MusicPlayUrlCommand(), DomainPriceCommand()
|
||||
)
|
||||
|
||||
suspend fun main() {
|
||||
|
||||
Reference in New Issue
Block a user