rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
250 stars 171 forks source link

fix: update to handle removal of getargspec in 3.11 #240

Open imnotjames opened 10 months ago

imnotjames commented 10 months ago

it seems that in python 3.11 getargspec was removed - https://docs.python.org/3/whatsnew/3.11.html

this updates the call to be the new getfullargspec