Michael Oliveira

Results 29 comments of Michael Oliveira

"positive number" / "positive integer" would be my votes, unless it supports zero, in which case "whole number" is best. For the floats, perhaps "number with decimal" or something like...

> However I can already smell some spam with it too, like being able to add as many videos as the message content allows you to I don't see any...

Better options for the delim are a newline or pipe (`|`) character.

https://github.com/Cog-Creators/Red-DiscordBot/blob/cadcffbae5544cffd87a02e07d886f6aa4db65aa/redbot/core/commands/commands.py#L987-L1002 This appears to be handled in `@command` deco by the line `attrs["help_override"] = attrs.pop("help", None)`. With some BRIEF testing, adding this line to the `@group` deco fixes this behavior....

Red is not able to support buttons or other new discord features until 3.5 comes out. Audio, like other places in the bot that use reactions currently, will likely be...

This PR has been updated to use a new config value for the number of days worth of messages to delete when banning for mention spam rather than piggybacking on...

A command to view all warnings in a guild is a fine suggestion, the specific command name may be better as something else (perhaps `[p]warnings guild` as an `invoke_without_command` subcommand...

Superseded by #5869.

> If you require the Message Content Intent to be enabled like the other intents before having the ability to install Red There is no way to prevent install based...

While I won't comment on whether other methods of displaying credit/copyright information would be considered valid under the license (IANAL, contact a lawyer for legal advice), I will say that...