Skip to content

Releases: LEDBrain/Community-Service

v1.3.0

13 May 19:32
c5fdd5b
Compare
Choose a tag to compare

1.3.0 (2022-05-13)

Features

  • commands/settings: add welcomeChannel to configurable guild settings (19931cf), closes #118
  • events/guildmemberadd: implement guildMemberAdd event and handle it accordingly (d690b56), closes #118
  • events/guildmemberadd: make Event toggable (ee7f285), closes #118
  • guildmemberadd: message Templates for welcome messages (ae2d28d), closes #118
  • settings: set welcomeMessage via command interaction (6933d52), closes #118

v1.2.0

06 May 15:16
434fe6f
Compare
Choose a tag to compare

1.2.0 (2022-05-06)

Bug Fixes

  • api-tests: fix output not showing correctly and rather being saved into a file (178acd9), closes #135
  • commands: fix build not working because of new types (bb17c9d)

Features

  • api/botAppearance: implement botAppearance endpoint (b0ad964), closes #122
  • api/guildsettings: add POST and OPTIONS requestst to update guild settings (e3f2026), closes #122
  • api/tests: add tests (yeah, thats basically it, took me hours tho) (63528e5), closes #122
  • api/userguilds: implement UserGuilds get and return apropriate guilds (a022495), closes #122
  • api: implement guildSettings GET API (0dac968), closes #122
  • docker: add Dockerfile and Compose file (ab65c56)

v1.1.0

29 Mar 17:11
9508243
Compare
Choose a tag to compare

1.1.0 (2022-03-29)

Features

  • ban: add initial ban logic (2e72347)
  • button-handler: add ButtonInteraction handler (4900c69)
  • buttoninteractions/ban-request-approve: implement banUser function (e84588a), closes #79
  • buttoninteractions/banrequestapprove: add support for approve button under ban embeds (1f1ce64), closes #79
  • buttoninteractions/banrequestreject: add functionality to banRequestReject Button (950e974), closes #79
  • command/settings: refactor setting saving and add banApprovalsNeeded setting (1e51f38), closes #79
  • commands/ban: add Ban command (efebc92), closes #79
  • commands/ban: add moderator role mention to ban request (b607abd), closes #79

v1.0.0

20 Mar 15:57
7968cea
Compare
Choose a tag to compare

1.0.0 (2022-03-20)

Bug Fixes

  • ci: add npm install (23cd282)
  • ci: remove ununsed token (e4b4f84)
  • commands/mute: fix destructioring when no mute role is set and no guild settings exist (86fa19b)
  • dependabot: fix faulty dependabot.yml (b945755)
  • dependabot: fix maximum string length error (99d2f75)

Features

  • add channel setting setter to set settings for channels (2156263)
  • commands/Serverinfo: add command (30451d2)
  • commands: internal command toggle (b440f69)
  • unmute: add unmute command (remove roles + add to db and link) (199274d)
  • utils: add Date & Colors utils (f575734)