Updated the global.cpp

This commit is contained in:
Mathias Wagner 2023-11-04 17:33:20 +01:00
parent c50696660f
commit 6574bb8ea3
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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_footer("Sent by " + g->name, "");
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);
msg.set_thumbnail("https://cdn.discordapp.com/icons/" + std::to_string(g->id) + "/" + g->icon.to_string() + ".png");
msg.set_timestamp(time(0));