This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Releases: ReknownBot/Reknown
Releases · ReknownBot/Reknown
Version 1.1.4
Version 1.1.3
Changes
- Added a fetch for the bot in the
guildMemberRemove
event just in case the bot is not cached. - When the
?osu
command is executed with incorrect parameters, it used to say the first argument can beosu, mania, ...
when it's actuallystandard, mania, ...
. - When using the
?kick
command on the bot, it used to say "I cannot kick that user. Check my role position!", now it will say "I cannot kick myself!". - The log for
guildMemberRemove
now has a kick filter. The goodbye message will be the same, but the log will display "Member Kicked" instead of "Member Left" if the member was kicked.
Version 1.1.2
Changes
?autorole clear
and?levelrole clear
Now doesn't loop the DELETE statement, as it already deletes everything and not one by one.- Added a category to
?grole
. - Added a rollbar error handler to
?rules
,?levelrole
, and?tags
?tags
and?warnings
now useArray.map()
instead ofArray.forEach()
.- Fixed
?tags
not responding when using the edit feature to call the command. - Fixed
?grole
not being able to search roles by name when the input has capitals.
Version 1.1.1
Changes
- Fixed
?grole
and?fskip
saying that you do not have enough permissions NO MATTER WHAT unless you are the owner.
Version 1.1.0
Changes
- Fixed bugs from 1.0.0.
- Starboard now contains the direct link to the message.
- Removed global permission check on the following events, as later in the code I do a specific channel overwrite check.
channelCreate
channelDelete
emojiCreate
emojiDelete
guildBanAdd
guildBanRemove
guildMemberAdd
guildMemberRemove
guildMemberUpdate
messageDelete
messageDeleteBulk
roleCreate
roleDelete
roleUpdate
- Added the "Type" field for
channelDelete
. Also added the "Parent" field for bothchannelCreate
andchannelDelete
. - Updated links in code to master docs.
guildMemberUpdate
role updates are now much more efficient.- Role update colours are not just cyan anymore, but red & green. (red = remove, green = add)
- Added a fetch for the bot in the
message
event just in case the bot is not cached. Same withraw
,roleDelete
, androleUpdate
. - Fixed some spam from role update logs.
- In the
raw
event, the code now checks if the bot does not have administrator AND not have view channel perms for the channel since administrator bypasses overwrites. - Added a permission check to view audit logs in
roleUpdate
. If the bot does not have the perms, don't execute. - Added a rollbar error handler in
voiceStateUpdate
.
Additions
- Added ?grole (short for giverole), use
?help grole
to see the usage & what it does. - Added the custom permission
misc.grole
, which allows access to?grole
.
First Release
First release, nothing really new.