From e3e05d6039af0fc00f370429b9bdc682fa185dac Mon Sep 17 00:00:00 2001 From: mina <73959934+trueharuu@users.noreply.github.com> Date: Sat, 24 Sep 2022 12:21:42 -0500 Subject: [PATCH] chore: update arcs name (#44) --- TypeScript/confirmation.ts | 2 +- TypeScript/cooldown.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TypeScript/confirmation.ts b/TypeScript/confirmation.ts index 16f357e..d5f4633 100644 --- a/TypeScript/confirmation.ts +++ b/TypeScript/confirmation.ts @@ -2,7 +2,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/TypeScript/cooldown.ts b/TypeScript/cooldown.ts index 63dfc8e..08c0cf8 100644 --- a/TypeScript/cooldown.ts +++ b/TypeScript/cooldown.ts @@ -2,7 +2,7 @@ /** * Allows you to set cooldowns (or "ratelimits") for commands * - * @author @HighArcs [<@504698587221852172>] + * @author @trueharuu [<@504698587221852172>] * @version 1.0.0 * @example * ```ts