From 1042bead2361da1e3759bb9553c4864b92ae4bbd Mon Sep 17 00:00:00 2001 From: Ari k <75741608+ArikSquad@users.noreply.github.com> Date: Sun, 28 Aug 2022 12:41:41 +0300 Subject: [PATCH] REMOVE: removed this file because it's in the default readme --- data/db/README.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 data/db/README.md diff --git a/data/db/README.md b/data/db/README.md deleted file mode 100644 index 09fbcef..0000000 --- a/data/db/README.md +++ /dev/null @@ -1,19 +0,0 @@ -## Setupping a database for the bot -1. You should download a database browser, like [this](https://sqlitebrowser.org/). -2. Create a database.db in this directory. -3. Use these sql commands to create tables: -```sql -CREATE TABLE "code" ( - "secret" TEXT UNIQUE -); -CREATE TABLE "guild" ( - "guildID" INTEGER UNIQUE, - "prefix" TEXT DEFAULT '.', - "spy" INTEGER DEFAULT 0, - "channel" INTEGER -); -CREATE TABLE "user" ( - "userID" INTEGER UNIQUE, - "premium" INTEGER DEFAULT 0 -); -``` \ No newline at end of file