Confirmed to work on vanilla 1.4.0.1 and 1.4.0.2 servers on Linux Usage: python bridge.py <%tmux_pane_id>
Tmux and Discord.py
- set
target_channel_id
inconfig.json
the channel you want to have the bridge in. - put your bot access token in a file called
token
as the first line
- Configure the bridge,
- Run the Terraria server in Tmux, you need the pane ID, it should be in
TMUX_PANE
in the pane the server is in. - Run
python3 bridge.py THE_TMUX_PANE_ID_WITH_%