Add discord-agent files and enable reply notifications
- Add discord_agent.py with reply() instead of send() for user notifications - Add Discord bot Dockerfile and requirements.txt - Add bot cogs (base_cog.py and integration_cog.py) - Update .gitignore to track discord-agent directory - Bot now replies to messages triggering notifications for users
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,6 +8,8 @@
|
||||
!README.md
|
||||
!RESTORE.md
|
||||
!AGENTS.md
|
||||
!discord-agent/
|
||||
!discord-agent/**
|
||||
|
||||
# Never track actual secrets
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user