You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
I followed the steps for self-hosting closely, and upon trying to run it, I get this error:
max@WIN-V0U91D6I6JV:~/LLMChat$ python3.9 main.py
Traceback (most recent call last):
File "/home/max/LLMChat/main.py", line 6, in <module>
from client import DiscordClient
File "/home/max/LLMChat/llmchat/client.py", line 3, in <module>
import discord
ModuleNotFoundError: No module named 'discord'