Michael Oliveira

Results 19 issues of Michael Oliveira

### Type - [ ] Bugfix - [x] Enhancement - [ ] New feature ### Description of the changes Instead of using the dpy default of 1 day, use the...

Type: Enhancement
Blocked By: Damage Control
Status: Needs Discussion
Category: Mod Cog

### Description of the changes Fixes #5838 ### Have the changes in this PR been tested? No - I tested that the issue is fixed in the basic case, however...

Type: Bug
Category: Core - API - Commands Package

This PR takes the converter from the mutes cog which converts a string into a timedelta and a string reason and adds it to `redbot.core.commands.converter`. Also implements a version of...

Type: Feature
Category: Core - API - Commands Package
Category: Core - API - Utils Package
Category: Cogs - Mutes

Currently, the `[p]mydata getdata` command in `redbot/core/core_commands.py` is a stub which notes that the command will be available in the future. This issue serves as a place to track the...

Type: Feature
Status: Needs Discussion
Category: Bot Core

**Describe the bug** The `[p]ccrole add` code is designed to exit the command early on role picking steps if a role could not be found but `NONE` is not explicitly...

bug
cog: ccrole

### What component of Red (cog, command, API) would you like to see improvements on? Config ### Describe the enhancement you're suggesting. When registering defaults, we already check that the...

Type: Enhancement
Status: In Progress
Category: Core - API - Config

> Customcom uses commands not attached to the bot object for something which should be a trivial response. > Alias uses discord.py's stringview and a subclass of string.Formatter used for...

Status: Needs Discussion
Type: Informational
Category: Cogs - Alias
Category: Cogs - CustomCommands

### Description of the changes Adds `bot.get_app_command_id` and `bot.get_app_command_mention` which pull from the ID cache built when `RedTree.sync`ing. Potential future work: - Hook into `CommandTree.fetch_commands` to update the cache manually...

Type: Feature
High Priority
Category: Core - Bot Class

Text commands auto inject the contextual guild into the i18n logic Red uses (`bot._i18n_cache` I think?). App commands (and hybrids) currently do not do this, and fall back to the...

Type: Bug
Status: PRs Welcome
Category: Core - API - App Commands Package

### Description of the changes Doubled `.name` caused an `AttributeError` [[Ref](https://discord.com/channels/133049272517001216/387398816317440000/1174735344348958800)] ### Have the changes in this PR been tested? No

Type: Bug
Category: Cogs - Admin