DesTroy

2 days ago (17 Apr 24 10:22)

v2.36.0 is live now!

  • Read Only access to the yagpdb dashboard has been removed for "All members" and "All non-members" , you can still give read-only access by Roles.
  • CC command output now has links to the custom command.
  • Reason in discord audit log will be be added for moderation actions which were missing it earlier.
  • createThread function in CC has two new params auto_archive_duration and invitable added to it, read discord docs to understand what these params do on a thread.
  • .Member should now have PremiumSince and Flags properties.
  • Added support for making custom commands public and importable, when you set a custom command as public, a sharable link is created with which anyone can copy the CC to their own servers. Damn!
  • Fixed minor UI issues on CC page.
  • Fixed Typos and warnings.
  • Added docker config to let selfhosters debug even when the bot is running in a container, just start from the .debug dockerfiles , Support for now is only for VSCode.
  • Some long pending code cleanup.

Full Changelog

Imqaret for alis0nc @wolveric @soggysaussages for contributing to this release.

DesTroy

2 weeks and 4 days ago (01 Apr 24 05:17)

Ducks are cool.

DesTroy

5 weeks and 2 days ago (13 Mar 24 09:53)

v2.35.1 is live now!

  • Fixed a bug in channel restrictions for thanks detection
  • Added autocomplete on rolemenu (group name) for slash commands
  • Fixed a bug with the evalCC missing the trigger message context

imqaret for @clari7744 @savage4618 @lzodd @soggysaussages @zeing for contributing to this release

Full Changelog: https://github.com/botlabs-gg/yagpdb/releases/tag/v2.35.1

DesTroy

10 weeks and 2 days ago (06 Feb 24 15:37)

v2.34.1 is live now!

  • .Message.Reactions now contains data for super- reactions.
  • Fixed a bug for logs being created for threads in blacklisted channels.
  • Added basic thread management functions to CustomCommands Read for more details
  • Added forum support to CC Read for more details
  • Enhancements to CC Database page search and pagination.
  • General bug fixes and enhancements.

Hokkien mee for @lemmecry @jo3_l @j.stephano, @lzodd for contributing to this release.

Full ChangeLog

DesTroy

14 weeks and 2 days ago (09 Jan 24 17:31)

v2.33.0 is live now!

  • Added trivia command, gives you a random trivia question, you have 30 seconds to answer, multiple people can participate in the question.
  • Disabled twitter feed again, as it is kind of pointless to run it for the limited set of accounts.

Full Changelog: https://github.com/botlabs-gg/yagpdb/releases/tag/v2.33.0

DesTroy

15 weeks and 1 day ago (04 Jan 24 07:00)

a hotfix v2.32.2 is live now

  • Patched a fix for Button Interaction not working when they don't have an emoji
  • giving a rep will now show the users total rep in the response message
  • Twitter feeds are conditionally working only for gold verified accounts as twitter is now restricting showing user timelines without login, we are looking for a fix to bypass this restriction, if and when fixed, we'll do an announcement.

Galette-saucisse for @galen8183 and @lemmecry for contributing to this release.

Full Change-log https://github.com/botlabs-gg/yagpdb/releases/tag/v2.32.2

DesTroy

17 weeks ago (21 Dec 23 16:57)

v2.32.0 is live now!

  • Added a CC database management page on dashboard, you can see data and delete it from that page, be careful though!
  • Reorganised sidebar
  • Fixed a bug where the mute role was still being managed by the bot even after mute command being disabled.
  • Reorganised adjectives

Halo-halo for @lzodd @savage4618 for contributing to this release.

Full change-log: https://github.com/botlabs-gg/yagpdb/releases/tag/v2.32.0

This is our last release of the year.

We did a total of 36 releases this year (16 major, 20 patches), hearty thanks to all the , and for contributing to this release! See you all next year! I wish Happy holidays and peace to everyone.

DesTroy

19 weeks ago (07 Dec 23 14:28)

v2.31.0 is live!

  • Updated list of premium rewards in /premium.html
  • Added login prompt if a non-login user tries to see member only logs for a server.
  • Reduced scope of markdown and disabled custom html in verification page content.
  • Added support for custom status types for bots status ( Self-host only)

Gukhwappang for @savage4618 @wolveric @clari7744 @notexttospeech @kibty.town for contributing to this release. Full change-log: https://github.com/botlabs-gg/yagpdb/releases/tag/v2.31.0

DesTroy

25 weeks and 2 days ago (25 Oct 23 08:15)

v2.30.0 is live!

  • You can now enable spoilers for Reddit posts marked as spoilers.
  • Moved to a different API for forex command.
  • Fixed broken input for blank packs in CAH
  • Moved moderation related features to a dedicated "Moderation" tab on the sidebar.
  • Added support for publishing feeds from announcement channels.
  • Fixes and Enhancements for self-hosters ( Read full release notes)

Fish and Chips for @shadow21a @lzodd @teyloll @soggysaussages for contributing to this release.

Full change-log: https://github.com/botlabs-gg/yagpdb/releases/tag/v2.30.0

DesTroy

29 weeks and 2 days ago (27 Sep 23 09:38)

v2.29.0 is live now.

  • If you delete a channel configured on the dashboard for something, the dashboard will show you "Deleted channel" instead of showing nothing and won't leave you confused on why things don't work.
  • Changes to README.md ( which none of you will ever read)
  • VoiceStates struct now has SelfVideo and SelfStream properties. SelfVideo is set to true if a user is sharing their camera. SelfStream is set to true when the user started a stream using discords "Go live" feature.
  • You can now do a simple range over a series of numbers in Custom Command Templates.

Examples

}{{$k}}{{$v}}{{end}}```
Should print `0011`

{{range 2}}{{.}}{{end}}`` Should print01`

}{{else}}empty{{end}}```
Should print `empty`

{{range -1}}{{else}}empty{{end}}``` Should throw an error

  • publishMessage and publishResponse has been added to custom command templates.

publishMessage accepts channelID (has to be announcement channel) and messageID as params and publishes the message if it is unpublished. publishResponse publishes the response of a CC Template in executed in an announcement channel.

They cannot be used in join / leave feeds and are bound by discord rate-limits. ( 10/ hour for announcements and 3/hr on editing an published message)

  • All DMs from the bot will now have a server info button instead of a string appended to content or embed footer, you know what this means? You can use footers again in DM embeds.

Espetinhos for @phenpessoa @jo3_l @soggysaussages @stachelbeere1248 @lzodd for contributing to this release

Full change-log: https://github.com/botlabs-gg/yagpdb/releases/tag/v2.29.0

Information

To add this bot to your server, click login in the upper right corner, then afterwards select it in the "select server" dropdown up top.

Make sure you have manage server permissions and that you are logged into the right account.

Afterwards, explore a little to get familiar with the interface and the features it provides.

If you stumble into any issues and need help, join the support server.

Thanks to our patrons!


Only showing patrons above $10

Patreon tiers above 3$ will grant you premium slots you can assign to servers, see the premium page for more info.

Check out...

YAGPDB is open source! The project is hosted on GitHub here: botlabs-gg/yagpdb.

Donate via patreon! Donating $3 or more will grant you premium slots you can assign to servers!

Looking for the YAGPDB Discord server?