mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
commit
708e912069
@ -216,7 +216,7 @@ class WordBank(db.Model):
|
|||||||
:param word_type: 词条类型
|
:param word_type: 词条类型
|
||||||
"""
|
"""
|
||||||
query = cls.query
|
query = cls.query
|
||||||
sql_text = "SELECT * FROM public.word_bank where 1 = 1"
|
sql_text = "SELECT * FROM public.word_bank2 where 1 = 1"
|
||||||
# 救命!!没找到gino的正则表达式方法,暂时使用sql语句
|
# 救命!!没找到gino的正则表达式方法,暂时使用sql语句
|
||||||
if isinstance(event, GroupMessageEvent):
|
if isinstance(event, GroupMessageEvent):
|
||||||
if word_scope:
|
if word_scope:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user