Added the Avatar todo

This commit is contained in:
Mathias Wagner 2023-11-08 15:48:10 +01:00
parent 71548d2ff4
commit 10b20c0f0f

View File

@ -5,7 +5,7 @@ void global::send(const std::string& url, dpp::cluster &bot, const dpp::message_
dpp::webhook wh(url);
wh.name = event.msg.author.username;
wh.avatar = event.msg.author.get_avatar_url();
// TODO: Avatar
dpp::guild *g = dpp::find_guild(event.msg.guild_id);