Added the Avatar todo
This commit is contained in:
parent
71548d2ff4
commit
10b20c0f0f
@ -5,7 +5,7 @@ void global::send(const std::string& url, dpp::cluster &bot, const dpp::message_
|
|||||||
dpp::webhook wh(url);
|
dpp::webhook wh(url);
|
||||||
|
|
||||||
wh.name = event.msg.author.username;
|
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);
|
dpp::guild *g = dpp::find_guild(event.msg.guild_id);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user