add Quest timer toggle Chat Command

This commit is contained in:
wish
2024-02-20 00:33:38 +11:00
parent 9cfbd92454
commit b73f85ef4a
4 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE users ADD COLUMN IF NOT EXISTS timer bool;
END;