mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Explicitly add input args for readable input cases instead of just for string input cases. Change also ensures that constant arrays are passed by value instead of by reference, preventing them from accidentally being modified. Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>