Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Bot started but command not recognising #113

Closed
bsde1234 opened this issue Feb 23, 2023 · 1 comment
Closed

Bot started but command not recognising #113

bsde1234 opened this issue Feb 23, 2023 · 1 comment

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"
@TheHamkerCat
Copy link
Owner

Old

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants