Releases: DuncteBot/SkyBot
[HotFix] SkipCommand
Changelog:
- Coerce the minimal and maximal skip size to be 1 if the queue is empty
-> Causedjava.lang.IllegalArgumentException
Notes:
I did not expect the queue being empty but thats a normal state so i forgot to coerce the minimal value of the queue size to 1
, what caused Int.coerceIn()
using minimal value 1
and maximal value 0
what throws an exception. Its fixed now and the command should work normal now.
Some behind he scenes stuff:
We are creating an unstable public version.
Yes a public version that runs new features and helps us fining errors before we push it finally.
Join our support guild for registering to the unstable programm. Invite: discord.gg/NKM9Xtk
After you joined you can DM me or ping me in a channel that we will add and i will register you and your guild. You may have to invite another bot to your guild that does NOT run all the time!
Guild means server but its the official discord documentation name of it.
Author
Sanduhr32
coroutines
- switched some stuff to coroutines
- I heard that coroutines can trigger Spectre
- oh and the warn command now checks for guild id's when warning a person (I hope)
Added warn command
- removed spammy debug code
- added a volume command
- added a warn command
Prepare for things
- just some small unnoticeable changes
Fix radio streams
- fixed the radio streams for slam and radio530
v3.57.5
Less spammy
- remove a lot of stack traces
- enable the bot count check again
Fix audio player
- fix audio player
Spotify support
- added support to play from Spotify
- fixed some bugs
Fix shutdown bug
- fixed jvm not shutting down
- rewrote logger