kobayashley / blues

A companion to the Discord Rythm bot
0 stars 2 forks source link

Reconsider muting API #32

Closed braxtonhall closed 3 years ago

braxtonhall commented 3 years ago

Right now you turn on muting, and then the bot asks you which channel you'd like to bind it to. Maybe it would be simpler to add an optional argument

!mute off           ;; turns off muting
!mute on            ;; mutes when unmuted in current channel
!mute warn          ;; warns when unmuted in current channel
!mute on #channel   ;; mutes when unmuted in #channel
!mute warn #channel ;; warns when unmuted in #channel