diff --git a/lapis/app.lua b/lapis/app.lua index a0251e8..d5aff0e 100644 --- a/lapis/app.lua +++ b/lapis/app.lua @@ -5,7 +5,8 @@ local config = require("lapis.config").get() members = {{"fynn","https://fynngodau.de"}, {"anton","https://anton.ehrmanntraut.de"}, - {"max","https://aaahhh.de"}} + {"max","https://aaahhh.de"}, + {"theresa","https://treimer.dev"}} members[#members+1] = members[1] math.randomseed(os.time())