From 7d7293bfc66e20d6ae613a3a27b75815b5a6d769 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Sat, 11 Nov 2017 19:14:38 -0800 Subject: [PATCH] Updated Readme to refer to docs site --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 9241cc4..3bc56e9 100644 --- a/README.md +++ b/README.md @@ -9,32 +9,5 @@ rules that you have implemented. Are you satisfied with your current bot but wish that you could change *that one thing* to better suit your needs? This project is an answer to that. -## Features -As of the time of this writing, the following features are supported: -* Automoderator-like expression matching and responses - * Able to define one or more actions on a match - * Send message to any channel or user - * Report message to channel or user - * Add or remove a role - * Delete the message - * Ban the user - * Able to define extra constraints - * Case sensitivity - * Minimum or maximum message length - * Match only for certain users, or within certain channels - * Or match everyone and everything *except* those -* Easy configuration for adding fun commands and autoresponses - * Can also execute external scripts for dynamic responses -* Customizable mod-only commands - * Custom command names - * Multiple aliases - * Per-command, per-alias options - * Optionally force your moderators to specify reasons for certain actions - * And place them in the Audit Log - * Configure how many days of post history to remove when banning - -## Running your own -(to be written later) - ## Documentation -(coming soon?) +Documentation is available in the form of a number of pages hosted by Github Pages. See [this link](https://noikoio.github.com/RegexBot) or the [docs directory](https://github.com/Noikoio/RegexBot/tree/master/docs) for more information. \ No newline at end of file