feat(bots/discord): add source

This commit is contained in:
PalmDevs
2024-03-28 21:52:23 +07:00
parent b3b7723b4f
commit f9d50a0a6b
30 changed files with 1482 additions and 0 deletions

View 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')
})