mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-27 06:26:57 +00:00
feat: store punished users
This commit is contained in:
@@ -2,4 +2,10 @@ CREATE TABLE IF NOT EXISTS message_patterns (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
regex TEXT NOT NULL,
|
||||
response TEXT NOT NULL
|
||||
)
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS user_roles (
|
||||
user_id INTEGER PRIMARY KEY,
|
||||
role_id INTEGER NOT NULL,
|
||||
date_assigned TEXT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user