Skip to content

Commit

Permalink
[ci skip] rename repo to not be lavalink
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Dec 25, 2021
1 parent e5ea21c commit 3122ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Adding support for the following sources:

# Adding to lavalink

Latest version: ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/DuncteBot/lavalink)
Latest version: ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/DuncteBot/skybot-lavalink-plugin)

Add the following to your lavalink configuration, make sure to replace `VERSION` with the latest version listed above
```yml
lavalink:
plugins:
- dependency: "com.dunctebot:lavalink:VERSION"
- dependency: "com.dunctebot:skybot-lavalink-plugin:VERSION"
repository: "https://jitpack.io"
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val pluginVersion = Version(1, 1, 1)

group = "com.dunctebot"
version = "$pluginVersion"
val archivesBaseName = "dunctebot-plugin"
val archivesBaseName = "skybot-lavalink-plugin"

repositories {
mavenCentral()
Expand All @@ -47,7 +47,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = "com.dunctebot"
artifactId = "lavalink"
artifactId = archivesBaseName
version = "$pluginVersion"

from(components["java"])
Expand Down

0 comments on commit 3122ec2

Please sign in to comment.