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
I moved it to the constructor, but I still get https://api.telegram.org/botundefined/getMe
I have tested and confirmed that my code is pulling my API key variable from .env everywhere else.
When I try to make a request axios dosen't get the first part of url from:
this.url =
https://api.telegram.org/bot${this.options.botKey}/
;when I move that line to constructor from on moduleInit it works fine.
The text was updated successfully, but these errors were encountered: