Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonteohr authored Apr 19, 2020
1 parent b0df78a commit 3c09bd7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
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!

0 comments on commit 3c09bd7

Please sign in to comment.