Weird Debug message

Hey MJSU,

Would you know the reason why this my console is getting spammed with this and is there a way to hide it ?

(02:45:02) | [Discord Extension] [Debug]: HeartbeatHandler.HeartbeatElapsed Heartbeat Elapsed
(02:45:02) | [Discord Extension] [Debug]: SocketCommandHandler.Enqueue Queuing command Heartbeat
(02:45:02) | [Discord Extension] [Debug]: SocketCommandHandler.SendCommands Sending Command Heartbeat
(02:45:02) | [Discord Extension] [Verbose]: Socket.Send Payload: {"op":1,"d":3}
(02:45:02) | [Discord Extension] [Debug]: HeartbeatHandler.SendHeartbeat Heartbeat sent - 41250ms interval.
(02:45:02) | [Discord Extension] [Verbose]: Received socket message, OpCode: HeartbeatAcknowledge
Content:
{"t":null,"s":null,"op":11,"d":null}

Thanks

You enabled Verbose debugging on one of your Discord Plugins. Check the configs and change it back to Info and reload the plugin.

DiscordGroups was set to Verbose for some reason. Thanks