mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
Fixed jail Discord Emit
This commit is contained in:
@@ -172,7 +172,7 @@ function Admin.jail(player,by_player,reason)
|
|||||||
title='Player Jail',
|
title='Player Jail',
|
||||||
color=Color.to_hex(defines.text_color.med),
|
color=Color.to_hex(defines.text_color.med),
|
||||||
description='There was a player jailed.',
|
description='There was a player jailed.',
|
||||||
['Player:']=player.name,
|
['Player:']='<<inline>>'..player.name,
|
||||||
['By:']='<<inline>>'..by_player_name,
|
['By:']='<<inline>>'..by_player_name,
|
||||||
['Reason:']=reason
|
['Reason:']=reason
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user