Spot/events/ready.ts
2023-12-18 14:04:26 +01:00

3 lines
No EOL
62 B
TypeScript

export const onReady = () => {
console.log("Bot ready!")
}