Introduction In last post, we already find out how to setup and connect Hermes Agent to Telegram. Today, we find out how to connect that to discord. Flow First of all, you need to create bot in Discord. After that, you setup gateway to use this Discord bot. Then you start gateway. After that, you can chat with your agent through Discord. Create Discord Bot Go to this Discord developer portal with your account. Then go to applications on the left menu side bar. Then type your bot name. Click agree then click "Create" button. After that, you see it like this Then go to Bot item on the left. It has section call "Reset Token", click to this button to get Reset Token. Then you go to hermes, run command hermes gateway setup , then choose Discord . Next, it will ask for bot token, paste your Reset Token in here. Then go back to Discord Portal, we continue to setup bot. In left menu, choose OAuth2, scroll to bottom. Find and check Bot checkbox.…