meister03 / discord-cross-hosting

The ultimate package, which allows broadcastEvaling over Machines and effecient Shard Managing
MIT License
56 stars 14 forks source link

Feat/remove agent name as bot check #15

Closed XanderD99 closed 6 months ago

XanderD99 commented 2 years ago

Made a change to not be stuck to the agent to check whether or not a connected client is a bot or not.

Having to set the agent to bot for every instance felt counter-intuitive as the agent name could be something other than bot (in my use case it was at least) and this would break the connecting/disconnecting to the bridge.

With this boolean, you can say if it is a bot client or something else connecting while being able to have custom agent names.