SideProjectGuys / invite-manager-bot

A discord bot that tracks invites and much more
https://docs.invitemanager.co/
GNU General Public License v3.0
166 stars 136 forks source link

Self hosting error #142

Closed thrashxr closed 4 years ago

thrashxr commented 4 years ago

I got an error `Unhandled Rejection at: Promise Promise {

{ Error: Table 'im_1.scheduledactions' doesn't exist` how i can fix this ?
thrashxr commented 4 years ago
 message: 'Table \'im_1.scheduledactions\' doesn\'t exist',
  code: 'ER_NO_SUCH_TABLE',
  errno: 1146,
  sqlState: '42S02',
  sqlMessage: 'Table \'im_1.scheduledactions\' doesn\'t exist'
reboxer commented 4 years ago

It clearly tells you that the table im_1.scheduledactions doesn't exist in the database.