1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-28 20:04:15 +00:00
2024-05-09 21:34:51 +00:00

9 lines
151 B
JavaScript

export default async () => {
global.websocket.io.of("/").emit("new", {
hi: "hola xd"
})
return {
hi: "hola xd"
}
}