Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Releases: ReknownBot/Reknown

Version 3.1.2

22 Apr 03:30
c5f714e
Compare
Choose a tag to compare

Fixes

  • If the member is uncached, they will not leave logging/welcoming messages when they leave. 13281ad
  • Attempting to disable multiple commands in a server will result in no changes. 87f4e4b
  • Skipping, or letting the song end, will always result in the song completely stopping with the bot leaving the voice channel. e5c5502

Version 3.1.1

19 Apr 00:57
Compare
Choose a tag to compare

Fixes

Version 3.1.0

19 Apr 00:30
Compare
Choose a tag to compare

Changes

  • Include the user's discriminator in username updates. 24fbcc3
  • ?someone now mentions the user without notifying them. ae1ebe6
  • Change database libraries to optimize speeds and performance. 7251a2f
  • Added a 3 hour restriction for each song played. 07565cb
  • Added togglelevel and welcomechannel to ?config. 23e0ffb

Fixes

  • Possible duplicate webhook rows. 2f67ff1
  • Using an argument with ?avatar does not parse the user correctly. bd1e171
  • Music does not play, and the bot leaves the voice channel instantly (both YouTube and SoundCloud). 989a5a4
  • ?docs sources are outdated. 09657c5
  • Incorrect default welcome/goodbye message channel. 8051c86

Version 3.0.3

14 Mar 05:16
Compare
Choose a tag to compare

Changes

  • Added message bulk deletion logs. ba4b7d0

Fixes

  • When the original warning does not have a reason, ?unwarn does not send a reply on successful execution. 28ff3d7
  • Unlimited duration for ?mute was not possible. a93fa2c
  • Logs for unlimited duration mutes were inaccurate. 570bdea

Version 3.0.2

28 Feb 14:44
Compare
Choose a tag to compare

Changes

  • yarn is now used for dependencies, and npm is not supported. c75b08f
  • Added multiple activity support (eg. custom status & game) for ?userinfo. c50058f
  • Reduced server-per cooldown from 150ms to 75ms. a6f5e2d
  • Silently do not do anything when the server-per cooldown is active. a6f5e2d
  • Added stat posting to https://top.gg/. 8195591
  • Added message editing logs to action logs. d06862d
  • Updated the colour for all embeds to blend into Discord easily. fae016f
  • Display the bot's version in its status. eb12823

Fixes

  • ?userinfo does not work when using a mention. e40dd0e
  • Missing permission check in message event. a6f5e2d

Version 3.0.1

28 Feb 14:28
Compare
Choose a tag to compare

Changes

  • Improve description of ?docs. - xnqdev 04e3f0e
  • Added ?eval. 2804a67
  • Interval accuracy of ?ping is increased. 5df7682
  • Removed ?mention as Discord now allows members with MENTION_EVERYONE to ping any role. c5f31af

Fixes

  • muterole config does not do anything when it is set. 819deef
  • Uncached members that leave a server do not get logged properly. c2aa82a
  • Private commands are not ignored when ran by a typical user. b742c22
  • ?cat does not respond. e7e0f69

Version 3.0.0

28 Feb 14:25
Compare
Choose a tag to compare

Changes

  • Complete rewrite of the bot in TypeScript.

Version 2.6.5

22 Jun 02:24
e25694e
Compare
Choose a tag to compare

Changes

  • Added websocket efficiency packages. 799e62d

Fixes

Code Changes

Version 2.6.4

21 May 23:19
Compare
Choose a tag to compare

Changes

Fixes

  • Fixed trying to fetch a non-existent member when leaving. bf96c27
  • Fixed attempts to fetch webhooks as users/members in various events. ed49eac, 14082bd, 8d0efed

Code Changes

Version 2.6.3

12 May 22:10
Compare
Choose a tag to compare

Changes

  • The bot will now update it's guild / user count when added / removed from a guild. 8666219
  • Added comma formatting (1,234,567) for applicable numbers. d3dd7af

Fixes

  • Fixed welcoming / goodbye messages not being sent. 919e2c2
  • Fixed uncached members not emitting the Client#guildMemberRemove event. 5289da1
  • Fixed Client#messageUpdate not emitting when the member of the message is uncached. 9adcbdc
  • Fixed not being able to nickname yourself if not the owner using ?nick. e37de7a
  • Fixed ?config always returning missing permissions if the author is not the owner / does not have the administrator permission. 5f0248e

Code Changes