Skip to content

Commit d4ed020

Browse files
authored
Merge pull request #235 from GregTCLTK/master
Update outdated example
2 parents ac9117c + fc44e97 commit d4ed020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The BotBlockAPI class contains a nested Builder class which allows a more stream
116116
```java
117117
BotBlockAPI api = new BotBlockAPI.Builder()
118118
.addAuthToken("discordextremelist.xyz", "my_s3cr3t_t0k3n")
119-
.addAuthToken(Site.BOTLIST_SPACE, "my_53cret_tok3n")
119+
.addAuthToken(Site.DISCORDLIST_SPACE, "my_53cret_tok3n")
120120
.build();
121121
```
122122

0 commit comments

Comments
 (0)