S222em
S222em
*For typedoc-github-wiki-theme* If a namespace and class have the same name e.g. ```ts export class Duck { public age: Duck.Age; } export namespace Duck { export type Age: number; }...
**Please describe the changes this PR makes and why it should be merged:** #421 **Status and versioning classification:** None
**Please describe the changes this PR makes and why it should be merged:** This PR refactors inhibitors so that they more useful in several cases. Below is an example of...
### Feature `@sapphire/shapeshift` should be used instead of `zod`. Shapeshift is a much faster validation library than `zod`, I did see the benchmarks somewhere but I can't find it anymore....
**Please describe the changes this PR makes and why it should be merged:** These PR refactors inhibitors are easier to work with. Sample: ```ts import type { PermissionResolvable } from...
### Issue description The built-in Inhibitors in GCommands are not included in the docs. Issue will be resolved after discordjs/ts-docgen#1 is merged. ### Code sample _No response_ ### GCommands version...