UQComputingSociety / uqcsbot-slack

:mortar_board: UQCSbot: our friendly little Slack bot
https://slack.uqcs.org.au
MIT License
55 stars 44 forks source link

!voteythimbs #518

Closed kumar-ish closed 4 years ago

kumar-ish commented 4 years ago

Add a command !voteythimbs so that the committee/others can have voting on non-urgent issues but without alerting them with pings. I would very much understand if this was closed to no avail, but it would make things easier (albeit more bloated).

weakphish commented 4 years ago

Hi, can you give more detail on what you're looking for? I.e. should it just alert with a message or does it need to implement a slack feature?

I would like to work on this. Thanks!

nicklambourne commented 4 years ago

He wants it to replicate the !voteythumbs behaviour that already exists, but with a different keyword. This can be accomplished by adding the decorator @bot.on_command('voteythimbs') below the existing decorator in uqcsbot/uqcsbot/scripts/voteythumbs.py.