Discord bot written in Python 3.6 using the discord.py API wrapper to communicate to and from your Tibia server.
- Git Bash
- Python 3.6+
- A Discord Bot application: https://discordapp.com/developers/applications/
cd "TFS_DIRECTORY"
git clone [email protected]:delusionx/Serpent.git && cd Serpent
python3 install.py
- Windows:
cd server_distribution && python3 run_distributor.py
- Linux:
chmod +x ./dist.sh && ./dist.sh
- Rename
config.json.dist
toconfig.json
and set up bot token + database credentials - Make sure current directory is in /TFS_DIRECTORY/Serpent (
cd ../
) - Windows:
python3 start.py
- Linux: Run
chmod +x ./run.sh
once, then./run.sh