Skip to content

Releases: Greazi-Times/Discord_Bot_Foundation

v0.20.0

27 Dec 18:03
Compare
Choose a tag to compare

Features

  • added remove roles methods (1bb43d4)

v0.19.1

10 Dec 18:47
Compare
Choose a tag to compare

Bug Fixes

v0.19.0

30 Nov 12:35
Compare
Choose a tag to compare

This release brings 2 small updates.
As well as an updated JDA version to the latest stable version see JDA documentation for changes.

SimpleSettings allows you to retrieve a List with getStringList(path) this will return a list of string.
Common will now have a method called dm(User, String) and dm(User, SimpleEmbedBuilder) to send a dm to a sepcific user

Features

v0.18.0

27 Nov 11:43
Compare
Choose a tag to compare

This release brings MAJOR changes on how to execute commands, buttons, and modals in its code. previous it would be execute(...) it has now been renamed to either onCommand(...), onButtonInteract(...), or onMadelInteract(...) depending on the thing you are trying to build.

There have been also added default getMember() and getUser() methods to have a more universal way of getting the member and user from the event. We suggest using this.getMember() or this.getUser() to make sure you retrieve the right member/user.

Bug Fixes

  • defaultCommands: Fixed these commands with new system (2623e26)

Features

v0.17.5

23 Nov 16:39
Compare
Choose a tag to compare

Bug Fixes

v0.17.4

14 Nov 19:40
Compare
Choose a tag to compare

Bug Fixes

v0.17.3

08 Nov 09:13
Compare
Choose a tag to compare

Bug Fixes

  • github: fixed auto upload system (5f695e2)

v0.17.2

08 Nov 09:12
Compare
Choose a tag to compare

Bug Fixes

  • github: another try to fix it (1443bd0)
  • github: fixed some issues within github (afa6658)
  • github: fixing github (73b3f14)
  • simpleroles: Managed comments (37e72c2)
  • fixed vulnerability issues (727e993)

v0.17.0

02 Nov 08:19
Compare
Choose a tag to compare

Bug Fixes

Features

V0.17.1

02 Nov 08:43
Compare
Choose a tag to compare

Bug Fixes