mirror of
https://github.com/alterware/aw-bot.git
synced 2026-05-01 22:09:36 +00:00
feat: DB for patterns
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS message_patterns (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
regex TEXT NOT NULL,
|
||||
response TEXT NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user