penny-university / penny_university

5 stars 6 forks source link

Post ephemeral with fallback in Slack commands #371

Closed mrshwah closed 3 years ago

mrshwah commented 3 years ago

Description

Closes #370, and also allows the help message to be sent if someone makes a command in a private channel.

Details

Makes the commands an elif block and uses the handy-dandy postEphemeral_with_fallback (thanks @JnBrymn) to send the help message.