generated from Sovereignty/rojo-selene-luau-template
Improve README.md formatting
This commit is contained in:
parent
5613178cca
commit
a1a3e27cda
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
This is a small library meant to handle the tracking of all errors on the server, subsequently sending them as formatted discord webhook messages.
|
This is a small library meant to handle the tracking of all errors on the server, subsequently sending them as formatted discord webhook messages.
|
||||||
It offers a few helper methods to specify which webhook URL, which will be converted into a proxy mask, as well as any custom fields you would like.
|
It offers a few helper methods to specify which webhook URL, which will be converted into a proxy mask, as well as any custom fields you would like.
|
||||||
|
|
||||||
# CustomFields
|
## CustomFields
|
||||||
The add chainable method allows you to specify custom fields, the value of which can either be a static value or a function which will be called upon each error being prepared for messaging.
|
The add chainable method allows you to specify custom fields, the value of which can either be a static value or a function which will be called upon each error being prepared for messaging.
|
||||||
|
|
||||||
# Example
|
## Example
|
||||||
You can find an example file inside of src/ServerScripts/Example.server.lua for how to use the library.
|
You can find an example file inside of src/ServerScripts/Example.server.lua for how to use the library.
|
||||||
|
|
Loading…
Reference in a new issue