This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
849 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# mc-vc-bot | ||
A Discord bot for the [Microsoft Community](https://discord.gg/microsoft) server that purges text channels after voice channel inactivity. | ||
A Discord bot for the [Microsoft Community](https://discord.gg/microsoft) server that purges text channels after voice channel inactivity. | ||
|
||
Requires a SQLite database in (./db/channels.db) | ||
Schema: | ||
|
||
```CREATE TABLE channels ( | ||
voice_id STRING PRIMARY KEY, | ||
text_id STRING NOT NULL, | ||
set_to_purge INTEGER NOT NULL | ||
);``` |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.