Skip to content

0.37.7

Compare
Choose a tag to compare
@3dproger 3dproger released this 12 Sep 19:09
· 2 commits to main since this release
1f0be04
  • It is likely that the ability to connect has been restored for some users
  • Discord: supported custom emotes
  • Discord: Updated instruction
  • The increase or decrease in the number of viewers is highlighted in color
  • Clicking on the total number of viewers opens the participants window
  • Displays SSL version in log
  • Minor improvements to appearance
  • Developers, WebSocket, Discord: Implemented output of extra data of Discord message to the WebSocket. Example:
{
    "author": {...},
    "contents": [...],
    "extra": {
        "channel": {
            "id": "1231312312312",
            "name": "Test Channel",
            "nsfw": false
        },
        "guild": {
            "id": "123123123123",
            "name": "Test Server"
        }
    },
    "publishedAt": "2024-09-09T22:00:01.364",
    "receivedAt": "2024-09-09T22:00:02.528"
}
  • Developers, OutputToFile, Discord: Implemented output of extra data of Discord message to the OutputToFile. Example:
[1]
author=Author Name
author_id=discord_12312312312
message=Test Message
time=2024-09-09T21:50:32.055+03:00
service=discord
extra_channel_id=12312312312
extra_channel_name=Test Channel
extra_channel_nsfw=0
extra_guild_id=1232312312
extra_guild_name=Test Server