From 2954d61697395fe0132f0b244493b5469220f580 Mon Sep 17 00:00:00 2001 From: Peter-MJ-Parker <34216187+Peter-MJ-Parker@users.noreply.github.com> Date: Sat, 6 May 2023 09:31:24 -0500 Subject: [PATCH] chore: update peter user id (#92) --- TypeScript/disable.ts | 2 +- TypeScript/serverOnly.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TypeScript/disable.ts b/TypeScript/disable.ts index f8432fa..88a8b74 100644 --- a/TypeScript/disable.ts +++ b/TypeScript/disable.ts @@ -3,7 +3,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/TypeScript/serverOnly.ts b/TypeScript/serverOnly.ts index 47610aa..b0f9b02 100644 --- a/TypeScript/serverOnly.ts +++ b/TypeScript/serverOnly.ts @@ -2,7 +2,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