fix: admonition

This commit is contained in:
Jacob Nguyen
2022-09-28 01:47:54 -05:00
parent 9a686c27f0
commit b588f64dd5

View File

@@ -63,6 +63,7 @@ export default class extends EventExecutable<EventType.Discord> {
}
```
Now, you might ask **why** this feature was added. <br /> Simply put, to give flexibility to the developers.
I believe that you should build your own structures however you might like and customize to your liking.
In addition, **decorators now unofficially work with modules!**
Feel free to use TypeScript experimental decorators to augment and customize your classes.