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:
4
discord-agent/requirements.txt
Normal file
4
discord-agent/requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
discord.py
|
||||
aiohttp
|
||||
PyYAML
|
||||
PyNaCl
|
||||
Reference in New Issue
Block a user