ID: Gruppenersteller -> Gründer

This commit is contained in:
Andreas Bielawski 2016-08-01 02:11:29 +02:00
parent 8bc1b541c4
commit b183aa49b3

View File

@ -114,7 +114,7 @@ function id:action(msg)
if table.contains(admins, tostring(user.id)) then if table.contains(admins, tostring(user.id)) then
text = text..'*'..user.name..'* `['..user.id..']` _Administrator_\n' text = text..'*'..user.name..'* `['..user.id..']` _Administrator_\n'
elseif tostring(creator_id) == user.id then elseif tostring(creator_id) == user.id then
text = text..'*'..user.name..'* `['..user.id..']` _Gruppenersteller_\n' text = text..'*'..user.name..'* `['..user.id..']` _Gründer_\n'
else else
text = text..'*'..user.name..'* `['..user.id..']`\n' text = text..'*'..user.name..'* `['..user.id..']`\n'
end end