-
-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Labels
status: planningDiscussing detailsDiscussing detailstype: featureRelating to the functionality of the application.Relating to the functionality of the application.
Description
Description
Rather than using the usernames, the command should first try nicknames, then fall back to usernames if necessary. Alternatively, according to Nicky, "Love is deep. Love is about the true you". The .love command will use the id of the user rather than the nickname.
Reasoning
This would allow users to change their nicknames in order to get a score of 100% compatibility.
Proposed Implementation
Change https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/holidays/valentines/lovecalculator.py#L62 to be
return clean_content(escape_markdown=True).convert(ctx, arg.nickname or str(arg))or in the second case
return clean_content(escape_markdown=True).convert(ctx, arg.id)Would you like to implement this yourself?
- I'd like to implement this feature myself
- Anyone can implement this feature
Metadata
Metadata
Assignees
Labels
status: planningDiscussing detailsDiscussing detailstype: featureRelating to the functionality of the application.Relating to the functionality of the application.