Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Nov 10, 2016
1 parent b56c1fa commit 70568c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ object(Skinny\Network\Wrapper) {
```

#### The Module System
As i said before, this bot implement a Module system. The Module Manager work like that in debug mode **only** :
The Module Manager load the file's contents first, then use `preg_replace()` to replace the original class-name with a random one. After that, its create a copy and include it.
As i said before, this bot implement a Module system. The Module system work like that in debug mode **only** :
The Module system load the file's contents first, then use `preg_replace()` to replace the original class-name with a random one. After that, its create a copy and include it.

#### The Module Manager
The Module manager is a module that allow to manage modules with command. That means you can code your own module and load/reload it without restarting the bot. Isn't that cool ?! :laughing:
Expand Down

0 comments on commit 70568c5

Please sign in to comment.