File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ The community-maintained Node.js library for Top.gg.
99- [ Installation] ( #installation )
1010- [ Setting up] ( #setting-up )
1111- [ Usage] ( #usage )
12- - [ API v1] ( #api-v1 )
12+ - [ API v1] ( #api-v1-1 )
1313 - [ Getting your project's vote information of a user] ( #getting-your-projects-vote-information-of-a-user )
1414 - [ Posting your bot's application commands list] ( #posting-your-bots-application-commands-list )
15- - [ API v0] ( #api-v0 )
15+ - [ API v0] ( #api-v0-1 )
1616 - [ Getting a bot] ( #getting-a-bot )
1717 - [ Getting several bots] ( #getting-several-bots )
1818 - [ Getting your project's voters] ( #getting-your-projects-voters )
@@ -269,4 +269,4 @@ app.post("/votes", webhook.listener(vote => {
269269}));
270270
271271app .listen (8080 );
272- ```
272+ ```
You can’t perform that action at this time.
0 commit comments