A discord bot that uses the TShock REST API to show player count and forward messages Discord -> Terraria.
tshock-discord-monitor.toml
with the following contents:toml
discord_token = "The Discord token you copied earlier"
tshock_token = "Your TShock REST API token"
tshock_url = "http://localhost:7878/"
discord_channel = "Your Discord channel's ID"
Then you can simply run the tshock-discord-monitor executable to start the bot! To get the channel ID for the channel you would like to use, see https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-.
If the TShock server isn't running on the same system as the system running the bot, replace localhost
with the IP of that system.