You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. /home/container/main.py:172: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f"Commands.{fn[:-3]}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback /home/container/main.py:178: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f"System.{fn[:-3]}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback /home/container/main.py:184: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f"Games.Singleplayer.{fn[:-3]}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback /home/container/main.py:190: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f"Games.Multiplayer.{fn[:-3]}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback
can anyone please help
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi, i got this error when running the bot
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. /home/container/main.py:172: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f"Commands.{fn[:-3]}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback /home/container/main.py:178: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f"System.{fn[:-3]}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback /home/container/main.py:184: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f"Games.Singleplayer.{fn[:-3]}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback /home/container/main.py:190: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited client.load_extension(f"Games.Multiplayer.{fn[:-3]}") RuntimeWarning: Enable tracemalloc to get the object allocation traceback
can anyone please help
The text was updated successfully, but these errors were encountered: