mirror of
https://github.com/Lilac-Rose/Lacie.git
synced 2026-07-21 10:01:38 -05:00
made it so the commit shows the full message
This commit is contained in:
parent
8bd385eee5
commit
9c8cfcf3be
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user