| Issue 14: | message command interface is getting kludgy | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Currently the command interface is using *args and **kwargs style of parameter passing which isn't really needed. Clean this up. I seem to have gotten bit by func(*tickets, in_channel=True) syntax not working. |
|
|
|