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

If :name is passed to the supervisor, that name is used #132

Merged
merged 4 commits into from
Mar 8, 2024

Conversation

rockneurotiko
Copy link
Owner

Fixes #131

rockneurotiko referenced this pull request Dec 30, 2023
Improve `ExGram.Dispatcher` and related modules
@versilov
Copy link
Contributor

@rockneurotiko

Does not work for me. When I try to get file, referring bot by name, like this: ExGram.get_file(file_id, bot: bot), I get an error:

%ExGram.Error{
   code: nil,
   message: "No token available in the request, make sure you have the token setup on the config or you used the parameter \"token\" or \"bot\" correctly",
   metadata: nil
 }}}

@versilov
Copy link
Contributor

So I am using version 0.40.0 now, it works well.

@rockneurotiko rockneurotiko merged commit 33a422c into master Mar 8, 2024
@rockneurotiko rockneurotiko deleted the fix_131 branch March 8, 2024 14:37
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

Successfully merging this pull request may close these issues.

PR #95 broke multiple bots with same module
2 participants