⁡‍⁤⁡⁢⁡‍‍⁡‍⁢‍‍⁡‍‌⁡⁤‍‌‍⁤⁡⁡⁡‍⁡⁡‍⁢‌⁤⁣‌‍‍⁢‍⁢⁣‌⁤⁢⁡⁢⁡⁢‌⁤‌⁡⁣⁡⁣⁡‍‍⁣‍‌⁡⁡⁢⁡⁢⁡⁢⁡‍⁢⁡‍⁡⁢‍‌⁡⁢⁣⁡⁢⁣⁡⁢‍

This commit is contained in:
Chayapak 2023-08-13 15:13:10 +07:00
parent 6f115b8e25
commit 394b20d818

View file

@ -131,5 +131,7 @@ public class SongLoaderRunnable implements Runnable {
exception.printStackTrace();
bot.chat.tellraw(Component.translatable("Failed to load song: %s", exception.message).color(NamedTextColor.RED));
bot.music.loaderThread = null;
if (isUrl) bot.music.loadings--;
}
}