diff --git a/mac-example-bot/main.cpp b/mac-example-bot/main.cpp index 22497f5..ea4b4f5 100644 --- a/mac-example-bot/main.cpp +++ b/mac-example-bot/main.cpp @@ -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);