Spot/events/ready.ts

3 lines
62 B
TypeScript
Raw Normal View History

2023-12-18 14:04:26 +01:00
export const onReady = () => {
console.log("Bot ready!")
}