[FEATURE] Added addFriend and deleteFriend

This commit is contained in:
Emmastone
2016-11-17 17:47:43 +00:00
parent 650ae39acb
commit 9129171880
3 changed files with 33 additions and 7 deletions
+7 -2
View File
@@ -6,7 +6,7 @@
<groupId>org.parabot</groupId>
<artifactId>317-api-minified</artifactId>
<version>1.201</version>
<version>1.202</version>
<name>Parabot 317-API-Minified</name>
<licenses>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.parabot</groupId>
<artifactId>client</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -44,6 +44,11 @@
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.parabot</groupId>
<artifactId>internal-api</artifactId>
<version>1.4.45</version>
</dependency>
</dependencies>
<build>