-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinit.sql
13 lines (13 loc) · 1.35 KB
/
init.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
INSERT OR REPLACE INTO settings VALUES ('discord', 'token', '"secret!"');
INSERT OR REPLACE INTO settings VALUES ('discord', 'botspam_ids', '[456137110609592325,579276060814868499]');
INSERT OR REPLACE INTO settings VALUES ('discord', 'admin_role_ids', '[425664859410268163,4315458001123451003,571309511252508703]');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'enabled', 'true');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'cur_game', '-1');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'player_re', '"(?i)^lc0"');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'duck_url', '"https://lh3.googleusercontent.com/-NVa5Ms_Zj9U/XGXx1FxVUWI/AAAAAAAAVOw/mLWgmdVeVaY3MmByIqby0WFYpqMhOCBdQCL0BGAYYCw/h540/2019-02-14.png"');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'message', '"**{player1}** vs **{player2}** just started! Go to <https://chess.com/cccc> and watch!\n(If you want to be notified, type **!follow** in <#456137110609592325> to get a <@&499276275135807529> role)"');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'autosuspend', '3000');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'suspend_until', '0');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'allow_back_to_back', 'true');
INSERT OR REPLACE INTO settings VALUES ('cccc', 'channel_id', '430695662108278784');
INSERT OR REPLACE INTO settings VALUES ('urls', 'url_prefix', '"https://lc0.org/"');