Update mac-example-bot/main.cpp
This commit is contained in:
parent
f2f222e191
commit
49aef089f1
@ -18,7 +18,7 @@ using namespace std;
|
||||
* scopes 'bot' and 'applications.commands', e.g.
|
||||
* https://discord.com/oauth2/authorize?client_id=940762342495518720&scope=bot+applications.commands&permissions=139586816064
|
||||
*/
|
||||
const std::string BOT_TOKEN = "MTM5ODc5MjQ0Mzg2Mzc2MDk4Nw.Gtg_Hf.L_Na19lEgth4P4VR-jx6QMiVXoyVPjv6F1hQ2E";
|
||||
const std::string BOT_TOKEN = "???";
|
||||
|
||||
void flip_image_horizontally(unsigned char* data, int width, int height, int channels);
|
||||
void flip_image_vertically(unsigned char* data, int width, int height, int channels);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user