Add Slowmode plugin

This commit is contained in:
Dragory 2018-12-15 17:04:04 +02:00
parent b02dae2890
commit 0431b3c225
7 changed files with 406 additions and 1 deletions

View file

@ -269,4 +269,8 @@ export function chunkMessageLines(str: string): string[] {
});
}
export function noop() {
// IT'S LITERALLY NOTHING
}
export const DBDateFormat = "YYYY-MM-DD HH:mm:ss";