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.
og@og-VirtualBox:/LLMChat$ python3.8 main.py
Traceback (most recent call last):
File "main.py", line 5, in
from config import Config
File "/home/og/LLMChat/llmchat/config.py", line 4, in
class Config:
File "/home/og/LLMChat/llmchat/config.py", line 146, in Config
def discord_active_channels(self) -> list[int]:
TypeError: 'type' object is not subscriptable
og@og-VirtualBox:/LLMChat$