Update LogCommand.cs
- added better explaination to kick punisment - changed just kick to (soft-ban and kick)
This commit is contained in:
parent
3097705163
commit
511a643b8e
@ -100,7 +100,7 @@ namespace NadekoBot.Modules.Administration
|
||||
}
|
||||
else if (action == PunishmentAction.Kick)
|
||||
{
|
||||
punishment = "☣ KICKED";
|
||||
punishment = "☣ SOFT-BANNED (KICKED)";
|
||||
}
|
||||
else if (action == PunishmentAction.Ban)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user