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
Currently, most of the logic happens in src/main.py. Try separating the main window class into a different file.
Hint: In discord_objects.py, there's a few lines that say this:
# TODO: WORK ON THIS. Make a difference between images and other stuff.ifnot (content:=message["content"]):
content="[(call/image/other)]"
You can change it by finding what type of content it is based on the message variable.
The text was updated successfully, but these errors were encountered:
Currently, most of the logic happens in
src/main.py
. Try separating the main window class into a different file.Hint: In
discord_objects.py
, there's a few lines that say this:You can change it by finding what type of content it is based on the message variable.
The text was updated successfully, but these errors were encountered: