Open BlueWaffles42 opened 1 year ago
I keep getting this error when trying to run this on replit.com. Do you know why and how to fix it?
Traceback (most recent call last): File "main.py", line 105, in client = commands.Bot(command_prefix = prefix, help_command=help_command, description='This is a bot to assist in starting Minecraft servers') TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'
Looks like the dependency most likely updated and changed the method signature. I unfortunately don't have the capacity to implement a fix for this. Open to PRs though!
I keep getting this error when trying to run this on replit.com. Do you know why and how to fix it?
Traceback (most recent call last): File "main.py", line 105, in
client = commands.Bot(command_prefix = prefix, help_command=help_command, description='This is a bot to assist in starting Minecraft servers')
TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'