Skip to content

DataBase and Currency system issue #964

Answered by almostSouji
ManicModder asked this question in Q&A
Discussion options

You must be logged in to vote

The guide you linked includes those steps. Sequelize controls the connection to the database, and if you are using an sqlite file, will also create the database for you. If you are connecting to other types of databases, you'll have to look into the documentation for the database system you are trying to use.

Generally speaking "doesn't seem to be working" is not enough information to guess based on where the error is.
If your bot does generally not respond to gateway events, make sure you are handling everything correctly and log or inspect the conditional returns/pathways your code execution can take.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by almostSouji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #962 on December 13, 2021 14:54.