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).
Talked to Travis about it, some ideas for Forum Support.
-Create a command to lock, archive and (if it is setup) add the set locked tag
(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).