From 3c99e8d74072a2ce661dcea9ce4482002e556baf Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Mon, 15 Feb 2021 16:48:03 +0000 Subject: [PATCH] controller benefit --- src/ws/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ws/README.md b/src/ws/README.md index ec8e5e01f..3fbc6ff10 100644 --- a/src/ws/README.md +++ b/src/ws/README.md @@ -21,3 +21,5 @@ This WS service is meant for ADVANCED DEVELOPERS ONLY! - **No Loss Restarts**: - When you restart a bot without the proxy system, normally you would lose many events. Users may be using commands or messages are sent that will not be filtered. As your bot's grow this number rises dramatically. Users may join who wont get the auto-roles or any other actions your bot should take. With the proxy system, you can keep restarting your bot and never lose any events. Events will be put into a queue while your bot is down(max size of queue is customizable), once the bot is available the queue will begin processing all events. +- **Controllers**: + - The controller aspect gives you full control over everything inside the proxy. You can provide a function to simply override the handler. For example, if you would like a certain function to do something different, instead of having to fork and maintain your fork, you can just provide a function to override. \ No newline at end of file