Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seperate banned words for twitch and dgg #38

Open
shadedred opened this issue Nov 25, 2019 · 1 comment
Open

Seperate banned words for twitch and dgg #38

shadedred opened this issue Nov 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@shadedred
Copy link
Contributor

No description provided.

@shadedred shadedred added the enhancement New feature or request label Nov 25, 2019
@shadedred
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant