galaxis-agent/agent/tools/discord_reply.py

6 lines
136 B
Python
Raw Normal View History

"""Discord message tool. Phase 2 implementation."""
def discord_reply(message: str) -> dict:
raise NotImplementedError("Phase 2")