BSFishy / mc-server-bot

A Discord bot that allows you to start Minecraft servers.
1 stars 1 forks source link

Error when running #1

Open BlueWaffles42 opened 1 year ago

BlueWaffles42 commented 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'

BSFishy commented 1 year ago

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!