From 7d672d038064b8ed97c61e98f7cfabbcec31fdf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 09:48:45 +0530 Subject: [PATCH] chore: Update JavaScript plugins (#53) chore: update JavaScript plugins Co-authored-by: jacoobes --- JavaScript/serverOnly.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JavaScript/serverOnly.js b/JavaScript/serverOnly.js index 6d1f639..dc4150e 100644 --- a/JavaScript/serverOnly.js +++ b/JavaScript/serverOnly.js @@ -3,7 +3,7 @@ /** * Checks if a command is available in a specific server. * - * @author @DPeter-MJ-Parker [<@1017182455926624316>] + * @author @Peter-MJ-Parker [<@1017182455926624316>] * @version 1.0.0 * @example * ```ts @@ -22,7 +22,7 @@ import { PluginType } from "@sern/handler"; export function serverOnly( guildId, - failMessage = "I am unable to comply with your command." + failMessage = "This command is not available in this guild. \nFor permission to use in your server, please contact my developer." ) { return { type: PluginType.Event,