Invitarr
Invitarr copied to clipboard
The bot seem to have a problem !
Hi here is the output: (Invitarr) discord@saigonoo-server:~/Invitarr$ python3 run.py
V 1.0
/home/discord/Invitarr/run.py:110: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited
bot.load_extension(f'app.bot.cogs.app')
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
2022-08-30 21:03:52 WARNING discord.ext.commands.bot Privileged message content intent is missing, commands may not work as expected.
2022-08-30 21:03:52 INFO discord.client logging in using static token
2022-08-30 21:03:54 INFO discord.gateway Shard ID None has connected to Gateway (Session ID: a020e8cde4f385d64cbab001beb099d0).
bot is online.
I did first a git clone
Forgot to specify that I don't receive answer with .setupplex
I have same issue
This seems to be due to a lack of a version on discord.py
. It seems to be pulling in a >2.0 version which will have a decent amount of compatibility issues with the current code. I was able to get past this issue by setting the version to 1.7.3
in a somewhat stable docker image. However I have not been able to get the token auth to work so I will keep playing around with that. If anyone Gets past this succesfully lmk and I can open a PR.