Files
bot_Tamiseur/src/events/mongo/connected.ts
Zachary Guénot ddd617317c
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m16s
Réécriture complète 4.0
2025-06-09 16:29:12 +02:00

7 lines
145 B
TypeScript

import { logConsole } from "@/utils/console"
export const name = "connected"
export function execute() {
logConsole('mongoose', 'connected')
}