mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 23:25:02 +00:00
Add Slowmode plugin
This commit is contained in:
parent
7092333326
commit
37b791bd56
7 changed files with 406 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue