Skip to content

Releases: botlabs-gg/yagpdb

v1.21.1

22 Dec 18:51
Compare
Choose a tag to compare
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

19 Dec 21:29
Compare
Choose a tag to compare
  • New custom commands page
  • Fixed execCC and friends with exec and execAdmin not using the correct channel

v1.20.18

18 Dec 08:28
Compare
Choose a tag to compare
Merge branch 'dev'

YAGPDB v1.20.16

15 Nov 07:59
Compare
Choose a tag to compare

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

13 Nov 01:12
Compare
Choose a tag to compare

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)