Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot started but command not recognising #113

Open
bsde1234 opened this issue Feb 23, 2023 · 0 comments
Open

Bot started but command not recognising #113

bsde1234 opened this issue Feb 23, 2023 · 0 comments

Comments

@bsde1234
Copy link

bsde1234 commented Feb 23, 2023

I get bot started message but commands not recognising. I gave all permission to user.

config.py

HEROKU = False  # NOTE Make it false if you're not deploying on heroku.

# NOTE these values are for heroku & Docker.
if HEROKU:
    from os import environ

    from dotenv import load_dotenv

    load_dotenv()  # take environment variables from .env.
    API_ID =7666666666 
    API_HASH ="xxxxxx"
    SESSION_STRING ="xxxxx"
    ARQ_API_KEY ="Axxxxxxx"
    CHAT_ID =-100950500428
    DEFAULT_SERVICE ="youtube"
    BITRATE =512 

# NOTE Fill this if you are not deploying on heroku.
if not HEROKU:
    API_ID =6666666 
    API_HASH ="xxdddddd"
    SESSION_STRING ="xxxxxxx"
    ARQ_API_KEY ="xxxdddddd"
    CHAT_ID =-100950500428
    DEFAULT_SERVICE ="youtube"
    BITRATE =512 

    
# don't make changes below this line
ARQ_API = "https://arq.hamker.in"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant