You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this makes it simple.
[4:42 PM]
CREATE TABLE IF NOT EXISTS banned_words (
banned_id INTEGER PRIMARY KEY,
banned_text TEXT,
banned_type TEXT,
banned_duration INTEGER,
UNIQUE(banned_text));
This is the current ban table
add a new field
can be TEXT
banned_platform
ALL, TWITCH, OR DGG
default to ALL
dont modify existing commands
thought with more parameters
add
!addbantwitch !addmutetwitch !addbandgg !addmutedgg
No description provided.
The text was updated successfully, but these errors were encountered: