Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@sedders123 sedders123 released this 13 Nov 12:41
· 1017 commits to develop since this release
fe586e7

Added

  • Add team attribute to Message and Command models. This stores the ID of the Slack Team that the call originated from.

Changed

Fixed

  • Scheduled events using every().day().at(), now run on the day that the program is started on (@runz0rd in #90)
  • Help command now allows commands to have no docstring, or override help text, specified.