rHomelab / LabBot-Cogs

Cogs for the Red-based Homelab Discord server bot.
GNU General Public License v3.0
35 stars 14 forks source link

[BUG] distutils deprecation warnings for report cog #272

Closed tigattack closed 1 month ago

tigattack commented 1 month ago

Describe the bug

py.warnings: /redbot/data/cogs/CogManager/cogs/report/report.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.util import strtobool