hopfenspace / MateBot

Micro service providing an API for MateBot clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser should output more informative messages to the user

CrsiX opened this issue · comments

commented

When an optional argument of the type user is expected (as e.g. for /balance), the parser returns no informative responses to the client.

For example, /balance foo results in:

No usage applies
/balance [user]

This is not quite beautiful or informative. Maybe use Ambiguous username. or No user mentioned?

I forgot to close this issue with the commit 4b0f649 so here I do manually