16.05.2020, 23:19
Hi.
To upload your own custom logo, u can go to https://discord.com/developers/applications/ and create your app.
Then, app created, copy the APP ID and edit discord.cpp :
Discord_Initialize("// YOUR APP //", &handlers, 1, nullptr);
in discord::update line, replace ", image, " by ", your_logo_name, ".
compile, it's ok.
Thanks to da author.
To upload your own custom logo, u can go to https://discord.com/developers/applications/ and create your app.
Then, app created, copy the APP ID and edit discord.cpp :
Discord_Initialize("// YOUR APP //", &handlers, 1, nullptr);
in discord::update line, replace ", image, " by ", your_logo_name, ".
compile, it's ok.
Thanks to da author.