This repository has been archived by the owner on Jun 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 changed file
with
16 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# Channel Guardian | ||
[![Build Status](https://travis-ci.org/condolent/channel-guardian.svg?branch=master)](https://travis-ci.org/condolent/channel-guardian) ![GitHub issues](https://img.shields.io/github/issues/condolent/channel-guardian) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/condolent/channel-guardian) | ||
# Channel Guardian | ||
A discord bot that allows server managers to password protect text channels. | ||
|
||
## Setup | ||
1. Download the [latest release](https://github.com/condolent/channel-guardian/releases/latest) | ||
2. Create the file `resources/bot.properties` and paste this into the file: | ||
```properties | ||
token=yourtoken | ||
db.host=hostip | ||
db.name=database | ||
db.user=username | ||
db.pass=password | ||
``` | ||
3. Replace the property values in your file with your settings. | ||
4. Build, done! |