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
Basically, it would probably really help people just learning how to use discum if there was an example of how to implement the multi token concepts referenced in issue #22 and #36. I personally could not use the code provided in issue #22 and had to work around it.
Thanks,
Callihan
edit here
The text was updated successfully, but these errors were encountered:
arandomnewaccount:
The only thing the example in #22 does is put the discum client objects in a list so that you can access them from one spot.
What you're probably doing wrong is you're trying to do clients.sendMessage but clients is a list of discum client objects. So, instead, you'd have to do clients[0].sendMessage or whatever index you're using. I'll add an example maybe sometime this weekend when I get some time.
Basically, it would probably really help people just learning how to use discum if there was an example of how to implement the multi token concepts referenced in issue #22 and #36. I personally could not use the code provided in issue #22 and had to work around it.
Thanks,
Callihan
edit here
The text was updated successfully, but these errors were encountered: