Skip to content

Releases: klercke/ProtoBot

Alpha Release v0.5.2

02 Jan 20:03
0746a73
Compare
Choose a tag to compare
Alpha Release v0.5.2 Pre-release
Pre-release

Changelog:

  • Ties in polls will now be correctly identified, preventing poll results from not being printed in the event of a non-tie.

Alpha Release v0.5.1

27 Dec 23:06
702305b
Compare
Choose a tag to compare
Alpha Release v0.5.1 Pre-release
Pre-release

Changelog:

  • Poll command will now correctly identify ties

Alpha Release v0.5.0

25 Dec 22:44
ca48ca1
Compare
Choose a tag to compare
Alpha Release v0.5.0 Pre-release
Pre-release

Today, one year after ProtoBot's first messages were sent (also Christmas!), I bring you ProtoBot v0.5.0-alpha. This is the biggest update yet, adding many new features and fixing old ones.

Changelog:

  • Added the !based command
    • This will randomly choose a response from a pre-generated list to determine whether or not something is "based"
    • Even includes user-submitted responses (Issue #22)
  • Added the !poll command
    • This will create a poll with user-configurable timing and options,
    • Includes a little bit of "error checking"
  • Added the counting feature
    • Automatically gets enabled in any channel called "counting"
    • Locks the channel if anyone says anything other than the next base-10 integer in the channel
  • Added the !about command
    • Displays the bot version and links to this repository
  • Moved to schedule.py for task scheduling
    • Should actually be reliable.
    • Fixes issue #26
  • Fixed dad joke trigger
    • Dad jokes should no longer activate on a message containing only "I am" (Issue #21)
    • Dad jokes should now trigger on most, if not all, apostrophe-like characters (Issue #19)5
  • Fixed various other small bugs
  • Cleaned up console spam
  • Added more helpful logging
  • Fixed a few typos and misspellings in comments

Alpha Release v0.3.4

05 Oct 01:28
f6d4ca0
Compare
Choose a tag to compare
Alpha Release v0.3.4 Pre-release
Pre-release

Add !what, !correct, and functionality for !score to work for checking other users' scores.

Alpha Release v0.3.2

23 Aug 22:35
25c243b
Compare
Choose a tag to compare
Alpha Release v0.3.2 Pre-release
Pre-release

Fixed issue #6 with PR #10

Alpha Release v0.3.1

23 Aug 01:42
Compare
Choose a tag to compare
Alpha Release v0.3.1 Pre-release
Pre-release

Fixed a few issues with the score system, mainly issue #5

Alpha Release v0.3

03 Aug 01:13
Compare
Choose a tag to compare
Alpha Release v0.3 Pre-release
Pre-release

This release adds in the "I hardly know her" joke and lays a couple of pieces of groundwork for future message handling.

Alpha Release v0.2

18 Jul 00:20
Compare
Choose a tag to compare
Alpha Release v0.2 Pre-release
Pre-release
v0.2-alpha

Add functionality to update database on guild join

Alpha Release v0.1

26 Dec 05:51
Compare
Choose a tag to compare
Alpha Release v0.1 Pre-release
Pre-release
v0.1-alpha

fix token assignment bug