Creating multiple instances of Client

Is it possible for multiple Clients (different tokens) to run concurrently? Considee the following simple example:
const client1 = new Client(...);
const client2 = new Client(...);

client1.login("some token");
client2.login("other token");
const client1 = new Client(...);
const client2 = new Client(...);

client1.login("some token");
client2.login("other token");
5 Replies
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
MrMythical
MrMythical3y ago
sure why not
deminearchiver
deminearchiverOP3y ago
So the library doesn't have any static bindings? Everything is dependent on some Client instance?
MrMythical
MrMythical3y ago
I don't think there should be a problem
deminearchiver
deminearchiverOP3y ago
Thanks!
Want results from more Discord servers?
Add your server