PyDrocsid / cogs

The official cog library used by PyDrocsid bots
GNU General Public License v3.0
13 stars 5 forks source link

Thread's improvement #213

Open inf-inity opened 2 years ago

inf-inity commented 2 years ago

Is your feature request related to a problem? Please describe. At the moment if a thread is created the thread_auto_join_role will be pinged every time

Describe the solution you'd like

  1. exclude channel/categories from triggering the ping if a thread is created in these

    • [ ] channel
    • [ ] categories
    1. exclude member/roles from triggering the ping if they create the thread
      • [ ] member
      • [ ] roles

Describe alternatives you've considered

Additional context