chore: fix jsdocs

This commit is contained in:
EvolutionX
2022-08-06 12:27:46 +05:30
parent d5eeb8bf55
commit c5a4d34133
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
/**
* Allows you to set cooldowns (or "ratelimits") for commands
*
* @author @HighArcs
* @author @HighArcs [<@504698587221852172>]
* @version 1.0.0
* @example
* ```ts

View File

@@ -2,7 +2,7 @@
/**
* This is dmOnly plugin, it allows commands to be run only in DMs.
*
* @author @EvolutionX-10
* @author @EvolutionX-10 [<@697795666373640213>]
* @version 1.0.0
* @requires `partials: [Partials.Channel], intents: [GatewayIntentBits.DirectMessages, GatewayIntentBits.MessageContent]
* @example

View File

@@ -2,7 +2,7 @@
/**
* This plugin checks if the channel is nsfw and responds to user with a specified response if not nsfw
*
* @author @NeoYaBoi
* @author @NeoYaBoi [<@762918086349029386>]
* @version 1.0.0
* @example
* ```ts

View File

@@ -2,7 +2,7 @@
/**
* This is OwnerOnly plugin, it allows only bot owners to run the command, like eval.
*
* @author @EvolutionX-10
* @author @EvolutionX-10 [<@697795666373640213>]
* @version 1.0.0
* @example
* ```ts

View File

@@ -2,7 +2,7 @@
/**
* This is perm check, it allows users to parse the permission you want and let the plugin do the rest. (check user for that perm).
*
* @author @NeoYaBoi
* @author @NeoYaBoi [<@762918086349029386>]
* @version 1.0.1
* @example
* ```ts

View File

@@ -2,7 +2,7 @@
/**
* This is publish plugin, it allows you to publish your slash commands with ease.
*
* @author @EvolutionX-10
* @author @EvolutionX-10 [<@697795666373640213>]
* @version 1.1.0
* @example
* ```ts