Auth bot keeps dropping
Hi i have updated all discord ext and discord auth but now and then the bot drops so i have to reload it and most of the time i have to reload for players to use it it says 
i have 3 servers with 3 bots one for each server 

Merged post

i think i have worked it out i had rustcord on the same key chaged it now to see how it works out 

Merged post

no still dropping out dont no if i need to start from scratch and deleat all the bots and set them back up

Merged post

Discord Status keeps dropping as well 
Same here I have had to restart it at least 3 times today to make it work again after people telling me it is not working.
i deleted all my bots and started over from scratch just in case i did somthink wrong so far over 10hrs now and is working ok i will keep my fingers crossed :)

NVM Issue resolved. :sigh:

same issue here with latest version of plugin (1.1.3) Seems just have to bounce the plugin daily (reload) and it fixes it self.
Mine seems to be on a restart, the plugin doesn't want to load. I have a restart in the middle of the night. I'm waiting till tomorrow to see if it is a pattern or a one of.

mine is still stops working daily daily, plugin says its running, and the "/authenticate" command works in game, but once the players dm the bot it doesnt respond with anything. I can even test it myself with 5 random numbers and instead of it saying
"Sorry, we couldn't find your code, please try to authenticate again, If you haven't generated a code, please type /authenticate in-game"
it says nothing:
https://imgur.com/a/GesqeM0

KUKAMANGA

mine is still stops working daily daily, plugin says its running, and the "/authenticate" command works in game, but once the players dm the bot it doesnt respond with anything. I can even test it myself with 5 random numbers and instead of it saying
"Sorry, we couldn't find your code, please try to authenticate again, If you haven't generated a code, please type /authenticate in-game"
it says nothing:
https://imgur.com/a/GesqeM0

Yeah, I'm still having the same issue. I may have a solution thanks to another server owners suggestion. I'm going to implement it in a bit. Then use it over the next 24 hours. If I see it working, I'll post it here :)



Merged post

Alright, for those having this issue. I spoke to a few other server owners and they suggested downloading and installing "TimedExecute"

Below is the config I'm using for the plugin and for the last 24 hours it's been working to keep the bot online. It may not be the best way to do so, force reloading both plugins every hour, however, it at least works.

 

{
  "EnableInGameTime-Timer": false,
  "EnableRealTime-Timer": false,
  "EnableTimerOnce": false,
  "EnableTimerRepeat": true,
  "InGameTime-Timer": {
    "01:00": "weather rain",
    "12:00": "command 1",
    "15:00": "command 2"
  },
  "RealTime-Timer": {
    "01:00:00": "o.reload DiscordAuth",
    "01:00:00": "o.reload DiscordStatus",
    "09:00:00": "o.reload DiscordAuth",
    "09:00:00": "o.reload DiscordStatus",
    "16:15:00": "o.reload DiscordAuth",
    "16:15:00": "o.reload DiscordStatus",
    "21:00:00": "o.reload DiscordAuth",
    "21:00:00": "o.reload DiscordStatus"
  },
  "TimerOnce": {
    "command1 'msg'": 60,
    "command2 'msg'": 120,
    "command3 arg": 180,
    "reset.timeronce": 181
  },
  "TimerRepeat": {
    "o.reload DiscordAuth": 3600,
    "o.reload DiscordStatus": 3600
  }
}


Merged post

I should add you do NOT need the middle part "RealTime-Timer" it was something I was trying before just using "TimerRepeat"
Ever since the discord ext update the auth bot keeps dropping
both lates version and the previous verion had the same issues as far as I can tell. Reloading the auth plugin daily(some times even more often) seems to be the current fix.