mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
fix join guild
even though this probably isnt the best idea in a third party client...
This commit is contained in:
@@ -434,7 +434,7 @@ void DiscordClient::SendLazyLoad(Snowflake id) {
|
||||
}
|
||||
|
||||
void DiscordClient::JoinGuild(std::string code) {
|
||||
m_http.MakePOST("/invites/" + code, "", [](auto) {});
|
||||
m_http.MakePOST("/invites/" + code, "{}", [](auto) {});
|
||||
}
|
||||
|
||||
void DiscordClient::LeaveGuild(Snowflake id) {
|
||||
|
||||
Reference in New Issue
Block a user