From f13c5d01813dafea79da7052c402f8b17b06fd15 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Tue, 12 Sep 2017 18:14:55 -0700 Subject: [PATCH] First commit of docs Giving GitHub Pages a try. I don't know how this works... --- docs/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..4732de8 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,9 @@ +# What is RegexBot? + +You may already have your server more or less how you want it, with all the bots that fulfill your +needs. But, have you ever wished to be able to modify *one little thing* in your bot's behavior and +make it perfect? + +This project is an answer to that. RegexBot is a moderation tool that allows all aspects of its +behavior to be defined and modified through its configuration. This means that you can customize +the bot and have it be perfectly suited for your own purposes. \ No newline at end of file