Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
/ mc-vc-bot Public archive

A Discord bot for the Microsoft Community server that purges text channels after voice channel inactivity.

License

Notifications You must be signed in to change notification settings

solwynn/mc-vc-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc-vc-bot

A Discord bot for the Microsoft Community 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
);

About

A Discord bot for the Microsoft Community server that purges text channels after voice channel inactivity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published