From cdd40794186363c9108e2b92c4bdffbb604e2c0e Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 7 Oct 2025 22:43:14 -0400 Subject: [PATCH] don't add a random period??? --- bin/nexusbot.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/nexusbot.dart b/bin/nexusbot.dart index f98dca4..21fd264 100644 --- a/bin/nexusbot.dart +++ b/bin/nexusbot.dart @@ -88,7 +88,7 @@ void main(List argsRaw) async { .sendMessage( plainText: """Your registration for Federated Nexus has been accepted! Your credentials are: -Username: ${registration.username}. +Username: ${registration.username} Password: $password If you have any questions, check out our documentation: https://federated.nexus/services/matrix/. @@ -97,7 +97,7 @@ If you have any issues, reply to this email.""", markdown: """# Your registration for Federated Nexus has been accepted! ## Your credentials are: -- ### Username: ${registration.username}. +- ### Username: ${registration.username} - ### Password: $password If you have any questions, check out [our documentation](https://federated.nexus/services/matrix/).