Conner-Anderson / discord-hvz

A Discord bot that helps manage a Humans vs. Zombies game. Built for the LeTourneau University game, but packaged up with documentation for outside use.
https://conner-anderson.github.io/discord-hvz-docs/latest/
MIT License
4 stars 0 forks source link

Create a quicker way to make tags #76

Closed Conner-Anderson closed 1 year ago

Conner-Anderson commented 1 year ago

A few players mentioned that in a day-game with such frequent tags, it was a lot of back-and-forth going to the bot DM for every one. I dunno if it's possible, but it would be cool to have something like a quick-tag command that just takes the tagged player's code and assumes the tagger to be the player entering the command and the time to be "now", like

/qtag |ABC123|

"'OtherUser' has turned zombie! Tagged by ThisUser at about 07:34 PM"

Could we use modals for this? FYI, you can't send a modal as the response to a modal. So no chaining modals for error handling.

Conner-Anderson commented 1 year ago

Feature added in #79 Modal chatbots added