mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
chore: fix jsdocs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Allows you to set cooldowns (or "ratelimits") for commands
|
||||
*
|
||||
* @author @HighArcs
|
||||
* @author @HighArcs [<@504698587221852172>]
|
||||
* @version 1.0.0
|
||||
* @example
|
||||
* ```ts
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user