Transfer chats via game to Discord
- Clone the repository
git clone https://github.com/crilleaz/TFS1.3-Chat-to-Discord/
- Setup
Move content of chatchannels/scripts into your TFS1.3-server, replace existing ones
Import chats.sql into your database
Edit database details and discord webhook in dc_offload_chats.php
Add cronjob for the webhook:
$sudo crontab -e
* * * * * php -e /path/to/dc_offload_chats.php
Crilleaz