mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-31 15:01:01 +00:00
feat(bots/discord): add source
This commit is contained in:
6
bots/discord/src/events/api/ready.ts
Normal file
6
bots/discord/src/events/api/ready.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { on } from '$utils/api/events'
|
||||
import { logger } from 'src/context'
|
||||
|
||||
on('ready', () => {
|
||||
logger.info('Connected to the bot API')
|
||||
})
|
||||
Reference in New Issue
Block a user