never writing configs again i swear to god

This commit is contained in:
Essem 2022-10-10 01:15:14 -05:00
parent 4a4586ce37
commit 006ce416aa
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ lavalink:
plugins: plugins:
- dependency: "com.github.esmBot:lava-xm-plugin:v0.2.1" - dependency: "com.github.esmBot:lava-xm-plugin:v0.2.1"
repository: "https://jitpack.io" repository: "https://jitpack.io"
- dependency: "com.github.TopiSenpai.LavaSrc:lavasrc:3.0.3" - dependency: "com.github.TopiSenpai.LavaSrc:lavasrc-plugin:3.0.3"
repository: "https://jitpack.io" repository: "https://jitpack.io"
plugins: plugins:

View File

@ -140,7 +140,7 @@ Initial setup is like this:
cd ~ cd ~
mkdir Lavalink mkdir Lavalink
cd Lavalink cd Lavalink
curl -OL https://github.com/Cog-Creators/Lavalink-Jars/releases/latest/download/Lavalink.jar curl -OL https://github.com/freyacodes/Lavalink/releases/latest/download/Lavalink.jar
cp ~/esmBot/application.yml . cp ~/esmBot/application.yml .
ln -s ~/esmBot/assets assets ln -s ~/esmBot/assets assets
``` ```