Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kyogoi committed Oct 5, 2019
1 parent be29ef3 commit 5945122
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ A Discord bot for the [Microsoft Community](https://discord.gg/microsoft) server
Requires a SQLite database in (./db/channels.db)
Schema:

```CREATE TABLE channels (
```
CREATE TABLE channels (
voice_id STRING PRIMARY KEY,
text_id STRING NOT NULL,
set_to_purge INTEGER NOT NULL
);```
);
```

0 comments on commit 5945122

Please sign in to comment.