fix: couple of last copy-paste errors
Node.js CI / Lint and Test (push) Successful in 38s

This commit is contained in:
2025-10-09 14:58:29 -07:00
parent b384522ae1
commit f20823f567
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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 ## 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 ## Feedback and Bugs
+1 -1
View File
@@ -7,6 +7,6 @@
import { Logger } from "@nhcarrigan/logger"; import { Logger } from "@nhcarrigan/logger";
export const logger = new Logger( export const logger = new Logger(
"Maylin Taryne", "Keiko",
process.env.LOG_TOKEN ?? "", process.env.LOG_TOKEN ?? "",
); );