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 ?? "", );