Pre-Message React Event can be an event which occurs on MessageCreate but before the command is identified and executed.
This event is great for features when some bots tend to do something (e.g. Create the guild config data on guild schema of their database) on bot join or on any command execution on the guild, instead of an actual command for that purpose.
Pre-Message React Event can be an event which occurs on
MessageCreatebut before the command is identified and executed.This event is great for features when some bots tend to do something (e.g. Create the guild config data on guild schema of their database) on bot join or on any command execution on the guild, instead of an actual command for that purpose.