Github, I am going to murder you
This commit is contained in:
parent
b2ca3f6c0b
commit
bc23ccc1aa
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ touch index.js
|
||||||
self.entryFunc = setup; //DO NOT call the function here. Only assign the reference otherwise, it will error.
|
self.entryFunc = setup; //DO NOT call the function here. Only assign the reference otherwise, it will error.
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!WARN]
|
> [!WARNING]
|
||||||
> The only *allowed* way to create a plugin is either with a string or arrow function ***NOT*** a named function.
|
> The only *allowed* way to create a plugin is either with a string or arrow function ***NOT*** a named function.
|
||||||
> Example: `function example() {/* Some form of code */}`
|
> Example: `function example() {/* Some form of code */}`
|
||||||
> This will not be approved nor will it work properly.
|
> This will not be approved nor will it work properly.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue