mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
import { on, withContext } from '$utils/api/events'
|
|
|
|
withContext(on, 'ready', ({ logger }) => void logger.info('Connected to the bot API'))
|