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/).