diff --git a/JavaScript/confirmation.js b/JavaScript/confirmation.js index 2aee6be..a63c3d0 100644 --- a/JavaScript/confirmation.js +++ b/JavaScript/confirmation.js @@ -3,7 +3,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/JavaScript/cooldown.js b/JavaScript/cooldown.js index 39584f5..4647b22 100644 --- a/JavaScript/cooldown.js +++ b/JavaScript/cooldown.js @@ -3,7 +3,7 @@ /** * Allows you to set cooldowns (or "ratelimits") for commands * - * @author @HighArcs [<@504698587221852172>] + * @author @trueharuu [<@504698587221852172>] * @version 1.0.0 * @example * ```ts