greencoast-studios / discord.js-extended

A framework to facilitate the repetitive tasks when creating discord bots. Used by Greencoast Studios.
https://docs.greencoaststudios.com/discord.js-extended/
MIT License
1 stars 0 forks source link

Bugfix/sharded presence templates #36

Closed moonstar-x closed 2 years ago

moonstar-x commented 2 years ago

:pencil: Checklist

Make sure that your PR fulfills these requirements:

:page_facing_up: Description

This PR fixes incorrect values generated by PresenceTemplater when using a sharded client. Now, all values from each shard are taken into account if the client is sharded.

:pushpin: Does this PR address any issue?

33