RicheyJang / PaimengBot

派蒙Bot:一个使用Onebot协议的插件式聊天机器人,支持30余种功能。支持多种数据库(包括SQLite、Postgresql、Mysql等)
https://richeyjang.github.io/PaimengBot/
GNU Affero General Public License v3.0
215 stars 34 forks source link

bot没能成功使用omega图库 #26

Open lackoxy opened 1 year ago

lackoxy commented 1 year ago

数据库内已经导入omega的图库 image 配置文件内已经按照文档配了omega的图库的scale image 但进程内却每次都显示from omega get 0 pics image 请问这个问题应该怎么解决?>_<

moweixuanshou commented 1 year ago

数据库表名换了,原来叫这个omega_pixiv_illusts

moweixuanshou commented 1 year ago

image

moweixuanshou commented 1 year ago

drop table omega_pixiv_illusts; alter table omega_pixiv_artwork rename to omega_pixiv_illusts;