Describe the bug
Module error when running a bot.
ModuleNotFoundError: No module named 'distutils'
Expected behavior
The module must be a requirement to run the bot.
Steps to Reproduce
- Download the template
- Install requirements
- Run the bot
- Error
ModuleNotFoundError: No module named 'distutils' will appear
Possible Solution
Add the setuptools module to the requirements.
My Platform
Additional context
Describe the bug
Module error when running a bot.
ModuleNotFoundError: No module named 'distutils'Expected behavior
The module must be a requirement to run the bot.
Steps to Reproduce
ModuleNotFoundError: No module named 'distutils'will appearPossible Solution
Add the
setuptoolsmodule to the requirements.My Platform
Additional context