Skip to content

Releases: botlabs-gg/yagpdb

v1.22.4

Choose a tag to compare

@jogramming jogramming released this 17 Feb 04:31
Merge branch 'master' of github.com:jonas747/yagpdb

v1.22.3

Choose a tag to compare

@jogramming jogramming released this 17 Feb 04:31
scheduledevents2: fix delete message event

v1.22.2

Choose a tag to compare

@jogramming jogramming released this 08 Feb 19:43
Merge branch 'dev'

v1.22.1

Choose a tag to compare

@jogramming jogramming released this 23 Jan 14:38
02ead0a
v1.22.1 (#607)

* commands: fix help command reponse being too big

* commands: help: don't send standard reponse triggered in dms

* Suggestion: Custom Commands frontpage HTML change (#599)

* updated version customcommands.html

* updated 1

changed delete group button

* Update customcommands.html

* typo fix

* added TriggerType10 formatting without colon

* typofix for cmdFuncMentionRole return (#601)

* Format and Consistency Fixes (#602)

* Format and consistency fixed

* Format and Consistency fixes

* Same format for tmplGetMember code as tmplTargetHasRoleID etc.

* common: added crude EscapeMentionsFromOutsideSource

* youtube: use harsher mention replacing

* tickets: inherit permissions from category

* bot: transform message events a bit to make them easier to deal with

 - Message.Member.User is not set by the gateway, so we set it to Message.Author ourselves

* bot: added helper IsNormalUserMessage

* automod_legacy: slight tweaks and cleanups

* automodv2: make sure joined at is always available for member age condition

* update to latest dstate, remove offline members from cache

Co-authored-by: caubert <37475633+mrbentarikau@users.noreply.github.com>
Co-authored-by: Satty9361 <56998894+Satty9361@users.noreply.github.com>

v1.22

Choose a tag to compare

@jogramming jogramming released this 17 Jan 16:31

YAGPDB v1.22!

Other changes

  • events: small quality of life improvements
  • events: no longer breaks with a lot of participants
  • cah: new deck - the office (by mattgeowild)
  • cah: fix winner selection message not showing sometimes
  • automodv2: new command - automod DeleteViolation <id>: Deletes a automodv2 violation (by satty)
  • automodv2: new command - automod ClearViolations <user> (violation name - optional): Deletes all of the users automod2 violations, optionally filtered by n ame (by satty)
  • moderation: clean command now accepts a -minage <duration> switch, which specifies the minimum age of messages to delete (by caubert)
  • moderation: new command - TopWarnings (page - optional) which lists the users on your server with the most warnings (by caubert)
  • cc/templates: move lenient handling of user args (by satty)
  • cc/templates: new wrapper data type around slices which allows mutation (documentation will follow) (by satty)
  • cc/templates: exec'ing clean no longer deletes 1 message too many (by satty)
  • cc/templates: fix dbTopEntries with the same values being ordered randomly (will now order by id)
  • cc/templates: added {{.CCRunCount}}, altough this is not gonna be accurate as its cached up to 30 minutes (by caubert)
  • cc/templates: sdict can now transform normal maps into sdict
  • cc: tweaked output of customcommands command (by satty)
  • tickets: small quality of life changes
  • control panel: when accessing pages that requires you to be logged in while not logged in, redirect you to login and return you where you wanted to go afterwards
  • control panel: added pretty icons to submenus!
  • rolecommands: added a button to quickly delete all roles from a rolegroup

YAGPDB v1.20.17

Choose a tag to compare

@jogramming jogramming released this 26 Nov 17:05

Another small update, with mostly back end changes and some community provided additions, here's the change log:

  • New automod command: automod violations @user - shows that user's recorded automod violations (by @Satty9361 )
  • New automod command: automod ViolationsCount @user - shows a more compressed summary of that users violations (by @Satty9361 )
  • mentionrole command now accepts a -channel channel-here - switch to send the mention in another channel (by @Satty9361 )
  • New cc/template function: getChannel channel-id-here - returns the channel with the provided id or name (by @Satty9361)
  • Fixed streaming plugin using wrong fields
  • Fixed not being able to submit valid long custom commands because of counting bytes instead of runes

v1.21.1

Choose a tag to compare

@jogramming jogramming released this 22 Dec 18:51
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

Choose a tag to compare

@jogramming jogramming released this 19 Dec 21:29
  • New custom commands page
  • Fixed execCC and friends with exec and execAdmin not using the correct channel

v1.20.18

Choose a tag to compare

@jogramming jogramming released this 18 Dec 08:28
Merge branch 'dev'

YAGPDB v1.20.16

Choose a tag to compare

@jogramming jogramming released this 15 Nov 07:59

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 )