3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-13 05:57:18 +00:00

Add a generic bot alert log type. Use this in several places.

This commit is contained in:
Dragory 2019-05-04 19:18:16 +03:00
parent 718029e9a5
commit c7fc789c1e
8 changed files with 110 additions and 27 deletions

View file

@ -56,4 +56,6 @@ export enum LogType {
SCHEDULED_MESSAGE,
POSTED_SCHEDULED_MESSAGE,
BOT_ALERT,
}