We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c389e8 commit 7bb48d6Copy full SHA for 7bb48d6
README.md
@@ -23,7 +23,7 @@
23
- [Vote Database](#vote-database)
24
- [Other Projects](#our-projects)
25
26
-# Major Update! Read Changes [Here!](#WebhooksManager-Options-{Updated})
+# Major Update! Read Changes [Here!](#WebhooksManager-Options-Updated)
27
28
# Installation
29
@@ -124,7 +124,7 @@ bot.voteManager = voteClient;
124
bot.connect(); // Get the bot to connect to Discord
125
```
126
127
-# WebhooksManager Options {Updated}
+# WebhooksManager Options Updated
128
```js
129
const voteClient = WebhooksManager(client, 80, {
130
database: "mongoose", // mongoose or sqlite for vote logging
0 commit comments