shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
133 stars 25 forks source link

Fix for Command Group Names #44

Closed henry232323 closed 1 year ago

henry232323 commented 2 years ago

The name argument is ignored currently for command groups created with @commands.group(), this PR fixes that by passing the name into the kwargs of the Group class.