Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTauTvyDas committed Aug 20, 2023
2 parents bbbde4f + e4dc50e commit c539d69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ I made this so I could make bots easier and so I decided to public it.
- **Accessors** - those so called "accessors" (I couldn't come up with anything better lol) are instances that every module can access. This is useful if you have an instance of one object and you want to access it in multiple modules.
- **Reloadable modules!** - you can also completely reload a module, meaning file changes are applied. This basically disabled current module, gets its code, renames the class and loads it again. Sadly, there is no other way of unloading a class in PHP. This might be useful for testing! **Note**: Other external files don't get reloaded.

## TODO
- [ ] Finish and test console commands

## Getting Started

### Installing
Expand Down

0 comments on commit c539d69

Please sign in to comment.