mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-12-14 07:36:28 +01:00
add basic avatar support to webhook
This commit is contained in:
parent
5e78c2728a
commit
502cabd7a7
11 changed files with 128 additions and 14 deletions
|
|
@ -26,6 +26,7 @@
|
|||
namespace bot {
|
||||
struct translated_message {
|
||||
std::string author;
|
||||
std::string avatar;
|
||||
std::string message;
|
||||
std::string webhook;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue