add more listeners

add activity service
add log channel service
This commit is contained in:
2026-02-17 23:07:17 +01:00
parent 071fe2f891
commit aa88d30244
14 changed files with 159 additions and 37 deletions

View File

@@ -0,0 +1,3 @@
import { createLogger } from "@avocadi/bot-core/lib/logger";
export const logger = createLogger("DiscordAdapter");