/[sudobot]/trunk/database.db
ViewVC logotype

Contents of /trunk/database.db

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations)
Mon Jul 29 17:28:13 2024 UTC (8 months, 1 week ago) by rakin
File size: 28672 byte(s)
Initial release v1.0.0
1 SQLite format 3@ .[2  S�% � �x S��tablespamspamCREATE TABLE spam(
2 id integer primary key autoincrement,
3 user_id text not null,
4 strike int not null default 1,
5 date text not null
6 )�+�5tablenotesnotesCREATE TABLE notes(
7 id integer primary key autoincrement,
8 content text not null,
9 user_id text not null,
10 guild_id text not null
11 , date text not null)�i�%tablewarningswarningsCREATE TABLE warnings(
12 id integer primary key autoincrement,
13 user_id text not null,
14 guild_id text not null,
15 strike text not null,
16 reason not null,
17 removed int not null default 0
18 , warned_by text not null)�� tableunmutesunmutesCREATE TABLE unmutes(
19 id integer primary key autoincrement,
20 user_id text not null,
21 guild_id text not null
22 , time text not null)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)��]tablesnippetssnippetsCREATE TABLE snippets(
23 id integer primary key autoincrement,
24 name text not null,
25 content text not null
26 ) �zC11=7745536533945385069119875363799121932022-05-01T12:44:00.388ZC11=9656461569589248419119875363799121932022-05-01T12:44:42.271Z ������spam snippets notes warnings$ unmutes �k��J 1177745536533945385069119875363799121931Spamming<@957258945863499867>J 117774553653394538506911J1177745536533945385069119875363799121931Spamming<@957258945863499867>J1177745536533945385069119875363799121931Spamming<@957258945863499867>JJ$1179656461569589248419119875363799121931Spamming<@957258945863499867>G#1177745536533945385069119875363799121931Muted<@957258945863499867>J"1177745536533945385069119875363799121931Spamming<@957258945863499867> _�_K11=testing7785682256797368429119875363799121932022-04-16T14:34:13.062ZP)11=abcehet thehet7785682256797368429119875363799121932022-04-15T10:38:50.858ZM#11=Hello world7785682256797368429119875363799121932022-04-15T10:33:20.481Z ���!levels10, 20, 30!rakinA cool dev ���01=9656461569589248412022-05-01T12:26:07.762Z01=7745536533945385062022-05-01T12:19:02.264Z

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26