Check if message is a DM or GroupDM?Solved
Hi,

how would it be possible to check if the event at Discord_MessageCreate(Message message) is a direct message?
In response to mTrX ():
Hi,

how would it be possible to check if the event at Discord_MessageCreate(Message messa...
My guess would be to check the type of channel the message was created in
Locked automatically