From 88970e147bcdc67f1080e4752d6a9218418bd375 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 22:54:47 +0530 Subject: [PATCH] chore: Update JavaScript plugins (#45) chore: update JavaScript plugins Co-authored-by: EvolutionX-10 --- JavaScript/confirmation.js | 2 +- JavaScript/cooldown.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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