diff --git a/TypeScript/confirmation.ts b/TypeScript/confirmation.ts index 16f357e..d5f4633 100644 --- a/TypeScript/confirmation.ts +++ b/TypeScript/confirmation.ts @@ -2,7 +2,7 @@ /** * Asks the user for a confirmation message before executing the command * - * @author @HighArcs [<@504698587221852172>] + * @author @trueharuu [<@504698587221852172>] * @version 1.0.0 * @example * ```ts diff --git a/TypeScript/cooldown.ts b/TypeScript/cooldown.ts index 63dfc8e..08c0cf8 100644 --- a/TypeScript/cooldown.ts +++ b/TypeScript/cooldown.ts @@ -2,7 +2,7 @@ /** * Allows you to set cooldowns (or "ratelimits") for commands * - * @author @HighArcs [<@504698587221852172>] + * @author @trueharuu [<@504698587221852172>] * @version 1.0.0 * @example * ```ts