yagpdb icon indicating copy to clipboard operation
yagpdb copied to clipboard

Yet another general purpose discord bot

Results 105 yagpdb issues
Sort by recently updated
recently updated
newest added

Function `getChannelPins` will return a slice of pinned message IDs... This is still open for discussion, to return full messages versus only IDs as in this PR and later on...

## Issue It would be nice for moderators to have tools to monitor violations. - [Automoderator v1](https://docs.yagpdb.xyz/tools-and-utilities/automoderator) doesn't have any monitoring options - [Automoderator v2](https://docs.yagpdb.xyz/tools-and-utilities/automoderator-v2#logs) has a logs tab While...

Hi, I think there is a bug with the video detection. Because you check the hour first in feed.go line 387 (the safeguard), a new video will not be detected...

This PR: 1. Adds MinValue and MaxValue fields in ArgDef struct. 2. Adds min and max value validations for slash commands.

Hi! It looks like https://github.com/botlabs-gg/yagpdb/pull/1079 's `verification` part was not needed, only the `notifications` part. Reason being that the notification's function `func sendTemplate(...` handles sending the message internally, while the...

Expose the `MessageReactions` endpoint, which yields the users that reacted with an emoji on a message. The `MessageReactions` endpoint is paginated (with `before` and `after`) parameters. This PR opts to...

Add an option for users to select what mode Automodv2 triggers & conditions match in - AND/OR. Defaults to current behavior (OR for triggers, AND for conditions). Fixes #859.

Make `clean` ignore the triggering message, so `-cl 5` will remove 5 messages -- as opposed to 4 messages plus the trigger -- from the perspective of the user.

Pretty much what the title says. This adds the ability to reorder roles on role groups by dragging and dropping. PS: This is also possible without the handle. I couldn't...

As title states. Screenshots: ![Main CC web listing](https://user-images.githubusercontent.com/56809242/117581028-8d38b000-b0af-11eb-9a02-0e1a62088a85.png) ![Specific CC](https://user-images.githubusercontent.com/56809242/117581033-932e9100-b0af-11eb-9cb0-119ab8b9c341.png) ![CC bot command](https://user-images.githubusercontent.com/56809242/117581040-9d508f80-b0af-11eb-9271-964335a0e634.png)