Releases: botlabs-gg/yagpdb
Releases · botlabs-gg/yagpdb
v1.21.1
small typo fix on database types (#577) This is possible typo, because stringedKey value is of type string and database wanted BIGINT
v1.21.0
- New custom commands page
- Fixed execCC and friends with exec and execAdmin not using the correct channel
v1.20.18
Merge branch 'dev'
YAGPDB v1.20.16
It's mostly behind the scene changes and bugfixes but there is a new addition to the clean command:
- Clean/clear command now accepts a
-nopin
argument to ignore pins (by @Satty9361 )
v1.20.15
YAGPDB v1.20.15
Another small update with performance improvments behind the scenes and some community contributions.
- cc/templates: new
editChannelTopic <channel> <topic>
function that changes the specified channel topic (by @Satty9361) - cc/templates: new
editNickname <nickname>
function that changes the current users nickname (by @Satty9361) - cc/templates: new
sub <a> <b>
function that subtracts b from a (by @mrbentarikau) - moderation: ban command now accepts a
-ddays <days>
switch that determines how many days of messages to delete for that user (max 7) (by @Satty9361) - moderation: don't send punishment dm's if there is none (by @Satty9361)