casino-bot icon indicating copy to clipboard operation
casino-bot copied to clipboard

Issue in bot.py

Open baba69620 opened this issue 1 year ago • 1 comments

c:\Users\Utilisateur\casino-bot-main\discord\bot.py:16: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f'cogs.{filename[:-3]}') RuntimeWarning: Enable tracemalloc to get the object allocation traceback

I got this error after doing the code and config image

baba69620 avatar Jul 19 '24 21:07 baba69620

https://github.com/plawandos/HOUSE-2

you can use my version which fixes a lot of things.

plawandos avatar Jul 26 '24 18:07 plawandos

You are running Python 3.11 which did not exist when this repo was made. This means that your packages are updated and work differently now, so the 3-year-old code will not work.

ConnorSwis avatar Jan 13 '25 19:01 ConnorSwis