Command rework
This commit is contained in:
+2
-1
@@ -45,7 +45,8 @@ CREATE TABLE IF NOT EXISTS levelup (
|
||||
|
||||
CREATE TABLE IF NOT EXISTS twitch_config (
|
||||
guild_id BIGINT PRIMARY KEY,
|
||||
twitch_channel_id BIGINT
|
||||
twitch_channel_id BIGINT,
|
||||
enabled BOOLEAN NOT NULL DEFAULT TRUE
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS rps (
|
||||
|
||||
Reference in New Issue
Block a user