Add a reload command

This commit is contained in:
destro174
2021-08-14 19:55:32 +02:00
parent 0ace870550
commit 47fb205001
7 changed files with 82 additions and 2 deletions
@@ -13,4 +13,8 @@ public interface ChatAPI {
DatabaseConnection getDataBase();
void ReloadConfig();
void ReloadChatFilters();
}