From 49aef089f1f26b9633952e7ac13655c66982278d Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 13 Aug 2025 20:12:53 +0000 Subject: [PATCH] Update mac-example-bot/main.cpp --- mac-example-bot/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);