docs: change @param wrapper -> @param maybeWrapper for Sern.init (#360)

change `@param wrapper` -> `@param maybeWrapper` for typedoc fix
This commit is contained in:
Duro
2024-05-14 22:52:24 -04:00
committed by GitHub
parent 91b3768e37
commit 04c4625bfa

View File

@@ -13,7 +13,7 @@ import { Client } from 'discord.js';
/**
* @since 1.0.0
* @param wrapper Options to pass into sern.
* @param maybeWrapper Options to pass into sern.
* Function to start the handler up
* @example
* ```ts title="src/index.ts"