mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-09 20:37:52 +00:00
3 lines
62 B
TypeScript
3 lines
62 B
TypeScript
|
|
export const onReady = () => {
|
||
|
|
console.log("Bot ready!")
|
||
|
|
}
|