NullReferenceException at FormatFixed

idk why this is happening?

 

Failed to run a 5.00 timer in 'DiscordStatus v2.0.1' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.DiscordStatus.Format (System.String message) [0x00024] in <76c548a607e645c69864a3df7b7e3582>:0
at Oxide.Plugins.DiscordStatus.UpdateStatus () [0x00066] in <76c548a607e645c69864a3df7b7e3582>:0
at Oxide.Plugins.DiscordStatus.m__0 () [0x00000] in <76c548a607e645c69864a3df7b7e3582>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0

i am also getting this, then the bot goes offline. After i reload the plugin the bot comes online again with no errors.
my initial errors looks little different though, with something about at DiscordStatus.Format

(12:40:18) | Failed to run a 5.00 timer in 'DiscordStatus v2.0.1' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.DiscordStatus.Format (System.String message) [0x00013] in <404f27e6814c46f7abb447e0f39ddf7e>:0 
  at Oxide.Plugins.DiscordStatus.UpdateStatus () [0x00066] in <404f27e6814c46f7abb447e0f39ddf7e>:0 
  at Oxide.Plugins.DiscordStatus.<OnServerInitialized>m__0 () [0x00000] in <404f27e6814c46f7abb447e0f39ddf7e>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0
(12:41:19) | <color=#aff>[saddletest[24871082]] SwitchParent Missed horse.corpse[25470430]</color>
(12:41:39) | <color=#aff>[saddletest[24871080]] SwitchParent Missed horse.corpse[25471096]</color>
(12:42:30) | Unloaded plugin Discord Status v2.0.1 by Tricky
Failed to run a 5.00 timer in 'DiscordStatus v2.0.1' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.DiscordStatus.Format (System.String message) [0x00024] in :0
at Oxide.Plugins.DiscordStatus.UpdateStatus () [0x00066] in :0
at Oxide.Plugins.DiscordStatus.m__0 () [0x00000] in :0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0
Please post your configuration
{
"Discord Bot Token": "",
"Update Interval (Seconds)": 5,
"Randomize Status": false,
"Status Type (Game/Stream/Listen/Watch)": "Game",
"Status": [
"{players.online} / {server.maxplayers} Online!",
"{server.entities} Entities",
"{players.sleepers} Sleepers!",
"{players.authenticated} Linked Account(s)"
]
}
{
"Discord Bot Token": "",
"Update Interval (Seconds)": 9,
"Randomize Status": false,
"Status Type (Game/Stream/Listen/Watch)": "Game",
"Status": [
"{players.online} / {server.maxplayers} Online!"
]
}
Should be fixed in the latest patch
[Discord Ext] A web request exception occured (internal error). (WebException: The request timed out) at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00049] in :0
at System.Net.HttpWebRequest.GetResponse () [0x0000e] in :0
at Oxide.Ext.Discord.REST.Request.Fire (Oxide.Ext.Discord.REST.Bucket bucket) [0x000b3] in :0
[Discord Ext] Request URL: [GET] https://discordapp.com/api/gateway Failed to run a 5.00 timer in 'DiscordStatus v2.0.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.DiscordStatus.Format (System.String message) [0x00013] in :0
at Oxide.Plugins.DiscordStatus.UpdateStatus () [0x00066] in :0
at Oxide.Plugins.DiscordStatus.m__0 () [0x00000] in :0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in :0
i get such an error
Locked automatically