From 9c8cfcf3bed629dd2ebb9ecda6f89ee359df8da3 Mon Sep 17 00:00:00 2001 From: Lilac-Rose Date: Tue, 11 Nov 2025 23:50:58 +0100 Subject: [PATCH] made it so the commit shows the full message --- events/git_webhook.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/events/git_webhook.py b/events/git_webhook.py index a742cb5..6e9822d 100644 --- a/events/git_webhook.py +++ b/events/git_webhook.py @@ -1,12 +1,3 @@ -""" -Discord bot cog that runs a webhook server to receive Git commits. -The bot receives the webhook from GitHub and posts directly to Discord. - -Add to your .env (optional): -GITHUB_WEBHOOK_SECRET=your_secret_here -WEBHOOK_PORT=5000 -""" - import discord from discord.ext import commands from aiohttp import web