Update LogCommand.cs

- added better explaination to kick punisment
- changed just kick to (soft-ban and kick)
This commit is contained in:
samvaio 2016-11-23 02:35:19 +05:30 committed by GitHub
parent 3097705163
commit 511a643b8e

View File

@ -100,7 +100,7 @@ namespace NadekoBot.Modules.Administration
} }
else if (action == PunishmentAction.Kick) else if (action == PunishmentAction.Kick)
{ {
punishment = "☣ KICKED"; punishment = "☣ SOFT-BANNED (KICKED)";
} }
else if (action == PunishmentAction.Ban) else if (action == PunishmentAction.Ban)
{ {