diff --git a/TypeScript/cooldown.ts b/TypeScript/cooldown.ts index 2f9045e..3d4bf59 100644 --- a/TypeScript/cooldown.ts +++ b/TypeScript/cooldown.ts @@ -2,7 +2,7 @@ /** * Allows you to set cooldowns (or "ratelimits") for commands * - * @author @HighArcs + * @author @HighArcs [<@504698587221852172>] * @version 1.0.0 * @example * ```ts diff --git a/TypeScript/dmOnly.ts b/TypeScript/dmOnly.ts index 14d3460..90761a4 100644 --- a/TypeScript/dmOnly.ts +++ b/TypeScript/dmOnly.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 diff --git a/TypeScript/nsfwOnly.ts b/TypeScript/nsfwOnly.ts index 71e23ff..4a7b97c 100644 --- a/TypeScript/nsfwOnly.ts +++ b/TypeScript/nsfwOnly.ts @@ -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 diff --git a/TypeScript/ownerOnly.ts b/TypeScript/ownerOnly.ts index fbc6e4a..1e5aa0e 100644 --- a/TypeScript/ownerOnly.ts +++ b/TypeScript/ownerOnly.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 diff --git a/TypeScript/permCheck.ts b/TypeScript/permCheck.ts index 8884ec2..f850528 100644 --- a/TypeScript/permCheck.ts +++ b/TypeScript/permCheck.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 diff --git a/TypeScript/publish.ts b/TypeScript/publish.ts index 937824a..00e5cd9 100644 --- a/TypeScript/publish.ts +++ b/TypeScript/publish.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