Skip to content

v1.0.10: rename getCommand() to getCommands()

Compare
Choose a tag to compare
@Andre601 Andre601 released this 06 May 08:53

The method DServices4J#getCommand() was renamed to DServices4J#getCommands() to match the name of the Commands class.

<repositories>
  <repository>
    <id>Bintray</id>
    <url>https://jcenter.bintray.com</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>net.discordservices</groupId>
    <artifactId>DServices4J</artifactId>
    <version>1.0.10</version>
  </dependency>
</dependencies>
repositories{
  jcenter()
}

dependencies{
  implementation 'net.discordservices:DServices4J:1.0.10'
}