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

Forum Commands #397

Open
Veeryuk opened this issue Oct 16, 2022 · 2 comments
Open

Forum Commands #397

Veeryuk opened this issue Oct 16, 2022 · 2 comments

Comments

@Veeryuk
Copy link

Veeryuk commented Oct 16, 2022

Talked to Travis about it, some ideas for Forum Support.

  • Being able to lock forums with Dozer:
    • Create a command that allows a locked tag to be added
      • Command suggestion &setlocktag (tag ID)
      • Command suggestion &setlocktag createtag (Name) (Emoji)
        -Create a command to lock, archive and (if it is setup) add the set locked tag
        • Creates a mod log and locks plus archives the channel along with adding a channel tag that says locked
        • Command Suggestion &lock (ForumThread ID) (Duration) (Reason)
        • &eval await ctx.guild.get_channel(ForumThread ID).edit(locked=True, archived=True)
        • OUTPUT NEEDS TO BE PUT INTO A DIFFERENT CHANNEL OR ELSE IT WILL AUTO-UNLOCK IF IT IS PUT IN THE LOCKED THREAD

(Tag stuff isn't supported at the moment but is potentially going to be added soon with the next Discord.py updated so that can wait).

@BCurbs
Copy link
Contributor

BCurbs commented Oct 18, 2022

OUTPUT NEEDS TO BE PUT INTO A DIFFERENT CHANNEL OR ELSE IT WILL AUTO-UNLOCK IF IT IS PUT IN THE LOCKED THREAD

Couldn't it output to the forum, then lock and archive it?

@Veeryuk
Copy link
Author

Veeryuk commented Oct 20, 2022

You could do that yes however given it is a moderation action, it should most likely be outputted to a moderation log.

@tweirtx tweirtx changed the title Forum Support Forum Commands Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants