feat: add image to ascii image command

This commit is contained in:
2024-09-20 13:30:52 +08:00
parent b37d8eb37d
commit 2f6880c2f3
2 files changed
+105 -1

No files matched your search

@@ -21,6 +21,7 @@ import cn.rtast.fancybot.commands.lookup.PixivCommand
import cn.rtast.fancybot.commands.lookup.QRCodeCommand
import cn.rtast.fancybot.commands.lookup.WeatherCommand
import cn.rtast.fancybot.commands.lookup.WikipediaCommand
import cn.rtast.fancybot.commands.parse.AsciiArtCommand
import cn.rtast.fancybot.commands.parse.BVParseCommand
import cn.rtast.fancybot.commands.parse.GitHubParseCommand
import cn.rtast.fancybot.commands.parse.ImageURLCommand
@@ -168,7 +169,8 @@ val commands = listOf(
GithubUserCommand(), AboutCommand(),
MusicPlayUrlCommand(), DomainPriceCommand(),
SendMailCommand(), ZiBiCommand(),
UnsetZiBiCommand(), WikipediaCommand()
UnsetZiBiCommand(), WikipediaCommand(),
AsciiArtCommand()
)
fun initFilesDir() {