From f20823f567a9441ef5d07b4b51b0baa520e50a92 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 9 Oct 2025 14:58:29 -0700 Subject: [PATCH] fix: couple of last copy-paste errors --- README.md | 6 +++--- src/utils/logger.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70972fc..ec72727 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Maylin Taryne +# Keiko -Maylin is a user-installable bot that offers companionship and comfort during your toughest moments. +Keiko is a private bot that serves as Naomi's dedicated AI assistant. ## Live Version -[Add her to your account](https://discord.com/oauth2/authorize?client_id=1343370633916059668)! +[See her in our community](https://chat.nhcarrigan.com)! ## Feedback and Bugs diff --git a/src/utils/logger.ts b/src/utils/logger.ts index e8c5200..08c055c 100644 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -7,6 +7,6 @@ import { Logger } from "@nhcarrigan/logger"; export const logger = new Logger( - "Maylin Taryne", + "Keiko", process.env.LOG_TOKEN ?? "", );