Skip to content

Instantly share code, notes, and snippets.

@CryptoMares
CryptoMares / ghub_discord_middle_finger.bat
Created October 1, 2025 20:28
GHUB wants to see your Discord... 🖕
@echo off
setlocal
:: Go to target folder
cd /d "%localappdata%\LGHUB\integrations\applet_discord" || exit /b
:: Delete config.json if it exists
if exist "config.json" (
del /f /q "config.json"
)