diff --git a/ProjectLighthouse/Database.cs b/ProjectLighthouse/Database.cs index dc33f549..ce078a7e 100644 --- a/ProjectLighthouse/Database.cs +++ b/ProjectLighthouse/Database.cs @@ -27,7 +27,7 @@ namespace ProjectLighthouse { User user = new() { Username = username, LocationId = l.Id, - Biography = "No biography provided", + Biography = username + " hasn't introduced themselves yet.", Pins = "", PlanetHash = "", };