Replies: 1 comment 1 reply
-
Yes, by specifying different paths on the same domain and port you can run an arbitrary number of bots.
Replacing the domain and port as needed (and probably setting the path to something harder to guess). Then each bot can listen on the correct path. updates1 := bot.ListenForWebhook("/bot1")
updates2 := bot.ListenForWebhook("/bot2") |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is it possible to run multiple bots? Thank you) (with the same domain and port)
Beta Was this translation helpful? Give feedback.
All reactions