I swear...

This commit is contained in:
MotorTruck1221 2024-10-27 04:39:19 -06:00
parent bc23ccc1aa
commit 26255f8995
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -120,10 +120,10 @@ 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.
``` ```
> [!WARNING] > [!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.
3. Submit your plugin in the [Discord](https://discord.gg/unblocker)! 3. Submit your plugin in the [Discord](https://discord.gg/unblocker)!