[Tweak] Panda web server POST upgrade (#628)

* [Feat] Panda web server POST upgrade

* Move token in comms
This commit is contained in:
HitPanda
2024-01-21 14:04:38 +03:00
committed by Aviu00
parent 39e7e2e0fa
commit 9de8ef540a
14 changed files with 106 additions and 33 deletions

View File

@@ -529,7 +529,7 @@ public sealed class BanManager : IBanManager, IPostInjectInit
BanId = banId
};
_pandaWeb.SendBotMessage(utkaBanned);
_pandaWeb.SendBotPostMessage(utkaBanned);
_entMan.EventBus.RaiseEvent(EventSource.Local, utkaBanned);
}