sirbiprod / MemeFiBot

Made by sirbi. Python bot for MemeFi telegram bot. Join to HiddenCode community
https://t.me/+oBSaBMwFrx8zN2Vk
Apache License 2.0
86 stars 21 forks source link

error... #11

Closed mark522412 closed 1 month ago

mark522412 commented 2 months ago

Starting the bot... Traceback (most recent call last): File "C:\ ...\MemeFiBot\main.py", line 4, in from bot.utils.launcher import process File "C:\ ...\MemeFiBot\bot\utils__init__.py", line 9, in if not os.path.exists(path='sessions'): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: nt._path_exists() takes no keyword arguments

DenisItStep commented 1 month ago

Starting the bot... Traceback (most recent call last): File "C:\ ...\MemeFiBot\main.py", line 4, in from bot.utils.launcher import process File "C:\ ...", line 9, in if not os.path.exists(path='sessions'): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: nt._path_exists() takes no keyword arguments

Edt code \MemeFiBot\bot\utilsinit.py

if not os.path.exists(path='sessions'):
    os.mkdir(path='sessions')

OR

if not os.path.exists('sessions'):
    os.mkdir('sessions')
mark522412 commented 1 month ago

Second one worked thankyou

Itzontop commented 1 month ago

I want create a platform pls

On Fri, Aug 23, 2024, 1:13 AM mark522412 @.***> wrote:

Second one worked thankyou

— Reply to this email directly, view it on GitHub https://github.com/sirbiprod/MemeFiBot/issues/11#issuecomment-2305948610, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKT4E7MGEDOMLXEEUC4JCITZSZ5CHAVCNFSM6AAAAABMMAEIBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBVHE2DQNRRGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>