diff --git a/otouto/plugins/stats.lua b/otouto/plugins/stats.lua index b08dc28..3e24137 100644 --- a/otouto/plugins/stats.lua +++ b/otouto/plugins/stats.lua @@ -21,9 +21,9 @@ function stats:user_print_name(user) local text = '' if user.first_name then - text = user.last_name..' ' + text = user.first_name..' ' end - if user.lastname then + if user.last_name then text = text..user.last_name end