Skip to content

Commit

Permalink
abbreviated help command
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillyRelleno committed Nov 8, 2023
1 parent 0517ab8 commit d938358
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/vote.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,9 @@ module.exports = (robot) ->
robot.respond /vote\??$/i, (msg) ->
msg.send """Voting allows you to pretend you have the power of a god.
Supported commands:
.vote? - This help noise
# .vote? - This help noise
.voting? - What is going on, RIGHT NOW.
.vote yes - Vote yes in the current vote
.vote no - Vote no in the current vote
.vote random - Vote one way or the other, who cares
.vote yes / no / random - Vote in the current... vote.
.vote [duration] topic <new topic> - Propose a new topic, with optional duration (in minutes)
.vote [duration] on <new thing> - Vote on a thing, with optional duration (in minutes)
"""
Expand Down

0 comments on commit d938358

Please sign in to comment.