Delete reginaldCog/llm_clients/discord_client_interfaces.py

This commit is contained in:
T-BENZIN 2025-08-15 09:32:03 +02:00
parent ff70196756
commit bd4b05d2d4

View File

@ -1,7 +0,0 @@
from _common import MessageFactory
from openai_data_models import Message
class DiscordMessageFactory(MessageFactory):
def new(self, raw_message) -> Message:
Message()