Discord.py - Wavelink not working on import

probable-elated-blouse is the project name.

help?

note: it works fine with the same code by self hosting with py3.11

the python3 here is an older version. is this syntax new? what actually is it? a forward slash in a comma separated list somewhere?

was added in 3.8

“Changed in version 3.8: The / function parameter syntax may be used to indicate positional-only parameters. See PEP 570 for details.”
8. Compound statements — Python 3.12.1 documentation.

(at least I’m assuming that’s what it is; I can’t think of any other scenarios where you’d have a slash and an asterisk in a comma-delimited set of values)

1 Like

yeah that looks like a good candidate. thanks!