From 80623a732758d63beab554937e3d61dd8c3c79b8 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 28 Feb 2026 20:11:33 -0500 Subject: [PATCH] replace with @ --- bin/nexusbot.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/nexusbot.dart b/bin/nexusbot.dart index a6d1d31..b57502e 100644 --- a/bin/nexusbot.dart +++ b/bin/nexusbot.dart @@ -95,8 +95,8 @@ void main(List argsRaw) async { ); String replace(String body) => body - .replaceAll("\${username}", registration.username) - .replaceAll("\${password}", password); + .replaceAll("@{username}", registration.username) + .replaceAll("@{password}", password); await container .read(MailClientController.provider.notifier)