Skip to content

Releases: pattyjogal/cypher-bot

Close Command Fix

05 Oct 04:50
368e692
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

Stability Fixes

05 Oct 04:38
acc1a65
Compare
Choose a tag to compare

What's Changed

  • Follow up message deletes in tenmans cmds with null assign by @JoshSanch in #32
  • Add try/catch guards to attempts to delete active vote messages by @pattyjogal in #34
  • Fix vote transition role pings by @JoshSanch in #30

Full Changelog: 1.4.0...1.4.1

Voting Commands

27 Sep 06:43
1d14708
Compare
Choose a tag to compare

Users can now start a 10mans queue with enough votes. Use

/tenmans vote name: <some name here>

to start a vote for a queue with that name

Adding manual modification commands to the queue

25 Sep 08:56
7ae25e8
Compare
Choose a tag to compare

Added the following commands
/tenmans add_user name:@user
/tenmans remove_user name:@user

Config Command Hotfixes

25 Sep 08:04
a4d0f56
Compare
Choose a tag to compare

Patches a MongoDB query issue and a casing mismatch for a subcommand parameter.

Update Docker Image Name

25 Sep 07:41
0e19f5d
Compare
Choose a tag to compare
Merge pull request #24 from pattyjogal/containerization

Change docker image name

Containerized Application Release

25 Sep 06:48
1b8597a
Compare
Choose a tag to compare
Merge pull request #23 from pattyjogal/containerization

Containerization

Stability improvements

20 Sep 06:49
8ce638d
Compare
Choose a tag to compare

Should no longer crash when an invalid command is sent somehow

Propagate new queue channel

17 Sep 06:17
e29c1e6
Compare
Choose a tag to compare

A temporary release until channel is dynamically picked

Queue Buttons

17 Sep 06:01
1c3e8c6
Compare
Choose a tag to compare

Instead of using slash commands, you can now join the queue with buttons on the queue message!

image