Skip to main content
Hiroshi interfaces directly with Discord’s gateway servers over WebSockets.

Configuration

Update the [discord] block in ~/.hiroshi/config.toml:
[discord]
enabled = true
token = "YOUR_DISCORD_BOT_TOKEN"
allowed_channels = ["123456789012345678"]
Ensure you provide the allowed channel ID values to restrict conversation scopes.