ok bro
This commit is contained in:
parent
4ef4beb696
commit
b8bcdcfdd1
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ public class MusicPlayerPlugin extends Bot.Listener {
|
||||||
public static final String BOTH_SELECTOR = "@a[tag=!nomusic,tag=!chomens_bot_nomusic]";
|
public static final String BOTH_SELECTOR = "@a[tag=!nomusic,tag=!chomens_bot_nomusic]";
|
||||||
|
|
||||||
|
|
||||||
private static final float LEFT_STEREO_POSITION = -0.3F;
|
private static final float LEFT_STEREO_POSITION = -0.15F;
|
||||||
private static final float RIGHT_STEREO_POSITION = 0.3F;
|
private static final float RIGHT_STEREO_POSITION = 0.15F;
|
||||||
|
|
||||||
public static final Path SONG_DIR = Path.of("songs");
|
public static final Path SONG_DIR = Path.of("songs");
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue