pastorhudson / pcobot

PCO Bot is a bot that integrates with the Planning Center Online API. It's built on Will Bot.
MIT License
14 stars 12 forks source link

#general channel for announcements #90

Closed ecclesiatech closed 6 years ago

ecclesiatech commented 6 years ago

Can we add functionality for posting announcements to #general channel or configure the channel for announcements?

pastorhudson commented 6 years ago

Yes. One guiding principle for pcobot should be that everything that is configurable should be configurable through slack. This is a pretty simple problem to fix since we have self.save and self.load in the WillPlugin. It would be a a great starter contribution if someone wants to take a stab at it.

pastorhudson commented 6 years ago

Fixed in #91