StaticmassEmits fake messageCreate events to simulate users sending messages.
Useful for stress testing or mocking event handlers in development.
The Discord.js Client instance.
The number of fake messages to emit.
If true, sends the same message each time; otherwise appends index to each message.
The base message content to send.
Utility class for simulating message spam behavior for testing purposes.