PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
798 stars 162 forks source link

Add type conversion for VAR_POSITIONAL arguments #297

Closed SigmathBits closed 2 years ago

SigmathBits commented 2 years ago

Pull request summary

Typing information is currently ignored only for variable positional arguments. This PR adds type conversion functionality to them. Each argument starting at the variable positional arguments is individually converted.

Checklist

IAmTomahawkx commented 2 years ago

Hey there, sorry for the massive delay on merging this, i missed seeing it Thanks!