Bluesheep33 / Palcord

A Discord bot for Palworld servers
MIT License
1 stars 0 forks source link

communication channel #4

Closed Bluesheep33 closed 5 months ago

Bluesheep33 commented 5 months ago

users should be able to communicate with each other via discord and palworld. using /message and the palworld server chat

for this parsing server activity from the server console is needed

Bluesheep33 commented 5 months ago

depends on #3

Bluesheep33 commented 5 months ago

3 is doable, should subscribe to stdoutHandler and forward all messages to discord channel that's set in config.

Bluesheep33 commented 5 months ago

stdoutService.js still passes the last line to handler, need to fix this!!!

Bluesheep33 commented 5 months ago

fixed above issue, and relayed messages to discord channel