Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement different indicator for calling vs images #82

Open
mak448a opened this issue Oct 15, 2024 · 0 comments
Open

Implement different indicator for calling vs images #82

mak448a opened this issue Oct 15, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mak448a
Copy link
Owner

mak448a commented Oct 15, 2024

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.
        if not (content := message["content"]):
            content = "[(call/image/other)]"

You can change it by finding what type of content it is based on the message variable.

@mak448a mak448a added the good first issue Good for newcomers label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant