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 2999925 commit 2a33c03Copy full SHA for 2a33c03
README.md
@@ -22,7 +22,7 @@ Using Maven:
22
<dependency>
23
<groupId>com.github.Dorian349</groupId>
24
<artifactId>bfd-java-api</artifactId>
25
- <version>VERSION</version>
+ <version>1.0.0</version>
26
</dependency>
27
</dependencies>
28
```
@@ -34,13 +34,15 @@ repositories {
34
35
```groovy
36
dependencies {
37
- implementation 'com.github.Dorian349:bfd-java-api:VERSION'
+ implementation 'com.github.Dorian349:bfd-java-api:1.0.0'
38
}
39
40
41
## Features
42
• Collect information about a user from discords.com
43
+
44
• Collect information about a bot from discords.com such as votes / widget
45
46
• Post the bot server count on discords.com
47
48
## Simplest Usage
0 commit comments