From 9cf7161aebf13e0a58f87c7cd5c72fe0fc5d97dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 20:02:29 +0530 Subject: [PATCH] chore: Update JavaScript plugins (#93) chore: update JavaScript plugins Co-authored-by: EvolutionX-10 --- JavaScript/disable.js | 2 +- JavaScript/serverOnly.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JavaScript/disable.js b/JavaScript/disable.js index 78f52de..0da784a 100644 --- a/JavaScript/disable.js +++ b/JavaScript/disable.js @@ -4,7 +4,7 @@ * Disables a command entirely, for whatever reasons you may need. * * @author @jacoobes [<@182326315813306368>] - * @author @Peter-MJ-Parker [<@1017182455926624316>] + * @author @Peter-MJ-Parker [<@371759410009341952>] * @version 2.0.0 * @example * ```ts diff --git a/JavaScript/serverOnly.js b/JavaScript/serverOnly.js index 976a614..b93ec4e 100644 --- a/JavaScript/serverOnly.js +++ b/JavaScript/serverOnly.js @@ -3,7 +3,7 @@ /** * Checks if a command is available in a specific server. * - * @author @Peter-MJ-Parker [<@1017182455926624316>] + * @author @Peter-MJ-Parker [<@371759410009341952>] * @version 1.0.0 * @example * ```ts