Sopur / Discord-user-bots

Working discord user bots library.
MIT License
81 stars 35 forks source link

Replace dependency for faker #63

Open octo-kumo opened 4 weeks ago

octo-kumo commented 4 weeks ago

Faker takes up 5Mb while only contributing to random user agents.

Using another library would be better, for example https://www.npmjs.com/package/rand-user-agent.

image