ID: Gruppenersteller -> Gründer
This commit is contained in:
parent
8bc1b541c4
commit
b183aa49b3
@ -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
|
||||||
|
Reference in New Issue
Block a user