gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Subscribe command #31

Closed gustavwilliam closed 3 years ago

gustavwilliam commented 3 years ago

We want people to be able to easily subscribe to both announcements and polls. Let's add a command for that. I'm proposing the following.

!subscribe [polls|announcements]  # General syntax
!subscribe polls announcements    # Polls and announcements
!subscribe announcements          # Announcements only
!subscribe polls                  # Polls only
!subscribe                        # Subscribe to everything

This should assign the relevant roles. A similar command should exist for unsubscribing:

!unsubscribe [polls|announcements]  # General syntax
!unsubscribe polls announcements    # Polls and announcements
!unsubscribe announcements          # Announcements only
!unsubscribe polls                  # Polls only
!unsubscribe                        # Unsubscribe to everything
Arnav-2004 commented 3 years ago

Looks good to me! Can I start working on this?

uncomfyhalomacro commented 3 years ago

@Arnav-2004 you are assigned now. :100:

Arnav-2004 commented 3 years ago

We can close this issue now.