Pedro Henrique Pessoa
Pedro Henrique Pessoa
Hi! I noticed a small typo on the `Stop Stream` button, this PR should fix it. I didn't find a contribution guide, sorry if this is not the right way...
Hello! I've seen two similar issues: https://github.com/dominikh/go-tools/issues/1289 and https://github.com/dominikh/go-tools/issues/1282 But as they are not quite the same as this one, I think I'd open an issue about it, to make...
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...
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...
This PR creates these functions: `mentionRole`, `hasRole`, `targetHasRole`, `giveRole`, `addRole`, `takeRole`, `removeRole`. To maintain back comp, all the "original" functions call these new functions. I find it odd that we...
In amodv2, when the effect to set slow mode to a channel is triggered, after the duration is gone, instead of making the slow mode go back to it's original...
A complete new system for yag. Thanks @Satty9361 for all the help in making this possible. Created a new tab in "_Tools & Utilities -> Moderation_" called **Lockdown**. Users can...
This PR is now making the availability of the reload command configurable via the `config.lua`. Setting the new global var `allowReload` to true, will make the command be usable, if...
Currently, when using the benchstat tool to read files that are not UTF-8 encoded, it will fail silently. With this patch, when parsing non UTF-8 encoded files, benchfmt will now...