mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
* feat(ShardClientUtil): add parameterList to broadcastEval * feat(ShardingManager): add parameterList to broadcastEval * chore: update typings * refactor(Sharding*): use BroadcastEvalOptions * chore: update typings * docs: use serializable instead of stringifiable * refactor: don't set broadcastEval default context Co-authored-by: Antonio Román <kyradiscord@gmail.com> * chore: fix inaccuracy in typings * refactor(Sharding*): remove string-based broadcastEval * fix(ShardingManager): incorrect usage of _broadcastEvalRaw * refactor(ShardingManager): remove unnecessary method * refactor(Sharding*): type check the eval script * fix(ShardingManager): return Promise rejection rather than throwing an error Co-authored-by: SpaceEEC <spaceeec@yahoo.com> * chore: fix typings Co-authored-by: SpaceEEC <spaceeec@yahoo.com> Co-authored-by: Antonio Román <kyradiscord@gmail.com> Co-authored-by: SpaceEEC <spaceeec@yahoo.com>