evaera / RoVer

This repo is RoVer V1, which is now deprecated and will no longer work. Get Rover V2 now: https://rover.link
https://rover.link
Apache License 2.0
145 stars 201 forks source link

Can't start the bot and can't run !getroles or !update #284

Closed VinDotRun closed 4 years ago

VinDotRun commented 4 years ago

Hello,

The bot is returning this error after starting:

Launching shard 1/1
Unhandled Rejection at: Promise {
  <rejected> TypeError: Cannot read property 'array' of undefined
      at DiscordBot.ready (C:\...\src\DiscordBot.js:241:91)
      at CommandoClient.emit (events.js:194:15)

Using a old version of DiscordBot.js I started the bot normally, and this error happened when trying to do !getroles or !update:

(node:9760) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'find' of undefined
    at DiscordMember.verify (C:\...\src\DiscordMember.js:239:33)

On the server, the bot keeps saying "Checking permissions..."

evaera commented 4 years ago

Self-hosting is recommended for advanced users only who are experienced with the Node.js ecosystem. Note that setup or code support will not be given for attempting to run your own instance of RoVer, modified or otherwise.