Chat bridge for guilded and discord.
- Goto your Guilded Server
- Open "Manage Bots"
- Click "Create a bot"
- Enter a name for your bridge.
- Click the API tab.
- Click "Generate Token"
- Goto where you cloned the bot into. (Downloaded the code)
- Find the .envtemplate file.
- Rename it to .env
- Open the file, and modify the values as such. (GUILDED_IMAGE and DISCORD_IMAGE are optional.)
- Install Python 3.9.13 (IMPORTANT) from https://www.python.org/downloads/windows/.
- Open Command Prompt (normal user)
- Go into the directory that you cloned the code into.
- Run pip install -r requirements.txt
- Run python3 launch.py
- Your done!