Discord-SelfBot icon indicating copy to clipboard operation
Discord-SelfBot copied to clipboard

'not a selfbot', self_bot=True, help_command=None)

Open k4ran909 opened this issue 5 months ago • 8 comments

Traceback (most recent call last): File "/home/ubuntu/Orbix/main.py", line 76, in bot = commands.Bot(command_prefix=prefix, description='not a selfbot', self_bot=True, help_command=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'

k4ran909 avatar Jul 29 '25 22:07 k4ran909

you must not have read the readme...

AstraaDev avatar Jul 31 '25 11:07 AstraaDev

can you tell me exact where

k4ran909 avatar Jul 31 '25 13:07 k4ran909

You're using the wrong version of the discord library. You need discord.py-self.

AstraaDev avatar Jul 31 '25 13:07 AstraaDev

You're using the wrong version of the discord library. You need discord.py-self.

which version should i install and how

k4ran909 avatar Aug 01 '25 11:08 k4ran909

what exactly needs to be installed / uninstalled

vAdrian2424 avatar Aug 01 '25 11:08 vAdrian2424

same issue i got

vAdrian2424 avatar Aug 01 '25 11:08 vAdrian2424

You're using the wrong version of the discord library. You need discord.py-self.

which version should i install and how

last one

what exactly needs to be installed / uninstalled

read the 'Installation' part of the readme

AstraaDev avatar Aug 01 '25 11:08 AstraaDev

pip uninstall discord discord.py discord.py-self -y pip cache purge pip install discord.py-self

vAdrian2424 avatar Aug 01 '25 11:08 vAdrian2424