Skip to content

Releases: DuncteBot/SkyBot

[HotFix] SkipCommand

24 Jan 18:14
Compare
Choose a tag to compare

Changelog:

  • Coerce the minimal and maximal skip size to be 1 if the queue is empty
    -> Caused java.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

23 Jan 12:26
Compare
Choose a tag to compare
  • 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

21 Jan 11:48
Compare
Choose a tag to compare
  • removed spammy debug code
  • added a volume command
  • added a warn command

Prepare for things

19 Jan 14:43
Compare
Choose a tag to compare
  • just some small unnoticeable changes

Fix radio streams

15 Jan 16:54
Compare
Choose a tag to compare
  • fixed the radio streams for slam and radio530

v3.57.5

12 Jan 14:40
Compare
Choose a tag to compare
  • fixed the ban command
  • removed more console spam
  • fixed some command parsing
  • fixed kick command (for same pos)
  • add checks to see if the bot can send messages

Less spammy

07 Jan 13:05
Compare
Choose a tag to compare
  • remove a lot of stack traces
  • enable the bot count check again

Fix audio player

04 Jan 11:19
Compare
Choose a tag to compare
  • fix audio player

Spotify support

03 Jan 09:07
Compare
Choose a tag to compare
  • added support to play from Spotify
  • fixed some bugs

Fix shutdown bug

02 Jan 07:38
Compare
Choose a tag to compare
  • fixed jvm not shutting down
  • rewrote logger