-
Notifications
You must be signed in to change notification settings - Fork 0
Add close command for threads/posts #19
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
Conversation
The command will close the thread (if on a text channel), and archive the post (if on a forum channel). When in a forum channel, the command will look for a tag from that specific forum called 'done' (each tag will have different IDs depending on the forum) and apply to the post if found. The bot will send a message notifying who closed it.
close_command.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! thanks for the code. Let's also add some test here: https://github.com/EuroPython/internal-bot/blob/main/intbot/tests/test_bot/test_main.py :)
@artcz I "tried" to add a test case, but I'm not certain if I'm doing right :/ it will most probably fail, but let's see |
so should I hardcode the types instead of creating a real Thread/Message/Forum ? |
Now it works! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
The command will close the thread (if on a text channel), and archive the post (if on a forum channel).
When in a forum channel, the command will look for a tag from that specific forum called 'done' (each tag will have different IDs depending on the forum) and apply to the post if found.
The bot will send a message notifying who closed it.