BRO gimme seperate lines
This commit is contained in:
parent
2dac102f3e
commit
e2566121d9
1 changed files with 3 additions and 1 deletions
|
|
@ -121,8 +121,10 @@ touch index.js
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> The only *allowed* way to pass code to the `function` param is either a string or an arrow function. Named functions ***WILL NOT WORK***.
|
> The only *allowed* way to pass code to the `function` param is either a string or an arrow function. Named functions ***WILL NOT WORK***.
|
||||||
|
>
|
||||||
> Example of a named function: `function example() {/* Some form of code */}`.
|
> Example of a named function: `function example() {/* Some form of code */}`.
|
||||||
|
>
|
||||||
> If a named function is used where it shouldn't be, your plugin will not be approved nor will it work properly.
|
> If a named function is used where it shouldn't be, your plugin will not be approved nor will it work properly.
|
||||||
|
|
||||||
3. Submit your plugin in the [Discord](https://discord.gg/unblocker)!
|
3. Submit your plugin in the [Discord](https://discord.gg/unblocker)!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue