perf(api): add bot events with buffer
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { BotBuffer } from './bot-buffer';
|
||||
import { EventBuffer } from './event-buffer';
|
||||
import { ProfileBuffer } from './profile-buffer';
|
||||
|
||||
export const eventBuffer = new EventBuffer();
|
||||
export const profileBuffer = new ProfileBuffer();
|
||||
export const botBuffer = new BotBuffer();
|
||||
|
||||
Reference in New Issue
Block a user