Have to reload the plugin often to get the messages to continue to send

Have to reload the plugin often to get the messages to continue to send. For some reason the messages will just randomly stop sending to the discord so I'll just have to reload the plugin to get it to work again. Anyone else having this issue?

Same issue, I have added automatic reload, until I have time to find the issue.

 

on Loaded Hook

 

timer.Once(600f, () =>
{
Interface.Oxide.ReloadPlugin(Name);
});

 

Where exactly should I put it? @8SecSleeper