Files
revanced-bots/bots/discord/src/events/api/ready.ts
2024-07-04 21:11:38 +07:00

4 lines
140 B
TypeScript

import { on, withContext } from '$utils/api/events'
withContext(on, 'ready', ({ logger }) => void logger.info('Connected to the bot API'))