cvraut/whecho

whecho: error: unrecognized arguments

Closed this issue · 3 comments

Used whecho command follow by argument "let's see if this works" and got an error.

whecho let's see if this works
usage: whecho [-h] [--version] [-m MSG] [--init] [-u URL] [-d] [message]
whecho: error: unrecognized arguments: see if this works

I expected to see the message "let's see if this works" in my server.

  • OS: Windows 11
  • Webhook client: Discord
  • Python Version 3.6

whecho only takes one positional argument for now, surround your request with quotes like

whecho "let's see if this works"

just released version 0.0.4

I updated whecho to allow for variable number of positional arguments. Try it now & lmk if it works

works as expected. thanks.