diff --git a/TypeScript/serverOnly.ts b/TypeScript/serverOnly.ts index f42bb14..a253a68 100644 --- a/TypeScript/serverOnly.ts +++ b/TypeScript/serverOnly.ts @@ -2,7 +2,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 @@ -23,7 +23,7 @@ import { CommandType, EventPlugin, PluginType } from "@sern/handler"; export function serverOnly( guildId: string[], - 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." ): EventPlugin { return { type: PluginType.Event,