Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@Joezo Joezo released this 17 Jun 08:39

Breaking changes

If you currently passed in a channel with no "#" at the start, this module used to correct that and add one. This functionality has now been removed so that you can send messages to users directly.

Example

Before: {channel: 'a-channel'}
After: {channel: '#a-channel'}