python-discord / bot

The community bot for the Python Discord community

Home Page:https://pythondiscord.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A context menu command to nominate users

mbaruh opened this issue · comments

We should have a context menu command for helpers to nominate users.

  • The command will be available only to helpers.
  • If the helper didn't nominate the user yet, a new nomination will be added, with the nomination reason being a jump link to the message the command was invoked on.
  • If there is already an existing nomination from that helper for that user, the jump link will be appended to the nomination reason.
  • Either way, the helper will be pinged with an appropriate confirmation message (with whether the nomination was added or edited), similar to the ones we have already in the !nominate and !tp edit reason commands, in the #nominations channel.
commented

With the use of this command would we still funnel the full nomination content to the #nominations channel?

No plan to deprecate the text !nominate command, correct?

If this issue goes ahead, I'd like to be assigned to it.

@minalike We can funnel the full nomination content in the confirmation message. Yeah, let's do that.

@BruDriguezz assigned, let me know if there are any issues, thanks!