add basic avatar support to webhook

This commit is contained in:
Syping 2024-01-17 12:38:16 +01:00
parent 5e78c2728a
commit 502cabd7a7
11 changed files with 128 additions and 14 deletions

View file

@ -26,6 +26,7 @@
namespace bot {
struct translated_message {
std::string author;
std::string avatar;
std::string message;
std::string webhook;
};