podaboutlist / santa

Discord bot for sending and collecting gifts
https://podaboutli.st/discord
GNU Affero General Public License v3.0
1 stars 3 forks source link

[bot] Make sure gift names aren't empty #34

Open RalphORama opened 3 years ago

RalphORama commented 3 years ago

Description of the Bug

Discord already strips white space from the end of messages, but sometimes present names are still blank?

Screen Shot 2020-12-15 at 11 45 55 AM

Steps to Reproduce the Bug

  1. Run @SantaBot (beta) please give me
  2. Santa gives you a present with an empty name

The Bug Affects

propane-accessories commented 3 years ago

hmmm I can't recreate this... I even tried copy pasting the message from the example you linked and I just get discord.ext.commands.errors.MissingRequiredArgument: present_name is a required argument that is missing.

RalphORama commented 3 years ago

That's wild. Maybe they used a unicode space character that GitHub just converts into a string?