python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 14 forks source link

Fix the error for `*args` and `**kwargs` parameters #33

Closed thatbirdguythatuknownot closed 2 years ago

thatbirdguythatuknownot commented 2 years ago

Fix the error for the *args and **kwargs parameters by removing the unparse() call because vararg.arg/kwarg.arg are already strings.