Skip to content

Commit

Permalink
fix(sequelize): Highlight correct code change in syncing (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
man-o-valor authored Dec 29, 2023
1 parent 59aa06b commit 47c9d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/sequelize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The model mirrors very closely what the database defines. There will be a table

Now that your structure is defined, you need to make sure the model exists in the database. To make sure the bot is ready and all the data you might need has arrived, add this line in your code.

```js {3}
```js {2}
client.once(Events.ClientReady, readyClient => {
Tags.sync();
console.log(`Logged in as ${readyClient.user.tag}!`);
Expand Down

0 comments on commit 47c9d0e

Please sign in to comment.