mirror of
https://github.com/ION606/Discord-Client.git
synced 2026-06-05 23:06:14 +00:00
Added the ability to recieve messages
This commit is contained in:
@@ -46,7 +46,10 @@ namespace Discord_Client_Custom.Connections
|
||||
{
|
||||
if (isDmOnly)
|
||||
{
|
||||
GatewayIntent[] intentsTemp = { GatewayIntent.DirectMessages, GatewayIntent.DirectMessageReactions, GatewayIntent.DirectMessageTyping };
|
||||
GatewayIntent[] intentsTemp = {
|
||||
GatewayIntent.DirectMessages, GatewayIntent.DirectMessageReactions, GatewayIntent.DirectMessageTyping,
|
||||
GatewayIntent.GuildPresences, GatewayIntent.MessageContent
|
||||
};
|
||||
this.intents = intentsTemp;
|
||||
this.value = sum(intents);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user