This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Releases: ReknownBot/Reknown
Releases · ReknownBot/Reknown
Version 3.1.2
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
Fixes
- Fixed music not playing. a32f8ec
Version 3.1.0
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
andwelcomechannel
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
Version 3.0.2
Changes
yarn
is now used for dependencies, andnpm
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
Version 3.0.1
Version 3.0.0
Changes
- Complete rewrite of the bot in TypeScript.
Version 2.6.5
Changes
- Added websocket efficiency packages. 799e62d
Fixes
- Fixed
levelblock
table not being reset when the bot leaves a guild. d336ae5 - Fixed
?gunblacklist
not doing anything. e25694e
Code Changes
- Updated the license in package.json. 327d814
- Simplified some code in /events/ready.js. efbd0e8
- Now sending guild count statistics to discord.bots.gg. 163084d
- Updated
rollbar
.
Version 2.6.4
Changes
- Allowed
/commands/moderation/mute.js
to usems
. 8a0aefa
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
- Updated
node-fetch
. d4021de
Version 2.6.3
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
- Removed parenthesis from single-parameter arrow functions. 46b28ac
- Fixed JSDoc for
/commands/util/config.js
. 5f0248e