mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
export default async () => {
|
|
global.rtengine.io.of("/").emit("new", {
|
|
hi: "hola xd"
|
|
})
|
|
|
|
return {
|
|
hi: "hola xd"
|
|
}
|
|
} |