Updated the global.cpp
This commit is contained in:
parent
c50696660f
commit
6574bb8ea3
@ -14,7 +14,7 @@ void global::send(const std::string& url, dpp::cluster &bot, const dpp::message_
|
|||||||
msg.set_author(event.msg.author.username, "", event.msg.author.get_avatar_url());
|
msg.set_author(event.msg.author.username, "", event.msg.author.get_avatar_url());
|
||||||
msg.set_footer("Sent by " + g->name, "");
|
msg.set_footer("Sent by " + g->name, "");
|
||||||
msg.add_field("",
|
msg.add_field("",
|
||||||
"[Support Server](https://discord.gg/jbne9JTJtU) ║ [Bot Invite](https://discord.com/api/oauth2/authorize?client_id=772513556116930580&permissions=321536&scope=bot)",
|
"[Support Server](https://discord.gg/dAe7BPsHZc) ║ [Bot Invite](https://discord.com/api/oauth2/authorize?client_id=772513556116930580&permissions=321536&scope=bot)",
|
||||||
false);
|
false);
|
||||||
msg.set_thumbnail("https://cdn.discordapp.com/icons/" + std::to_string(g->id) + "/" + g->icon.to_string() + ".png");
|
msg.set_thumbnail("https://cdn.discordapp.com/icons/" + std::to_string(g->id) + "/" + g->icon.to_string() + ".png");
|
||||||
msg.set_timestamp(time(0));
|
msg.set_timestamp(time(0));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user