0.37.6-beta
Pre-release
Pre-release
- Displays SSL version in log
- 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