AAA3A

Results 12 comments of AAA3A

I have fixed all the problems given by @Drapersniper. Thanks to him. I ran `black reformat` on the changes. Sorry for the commit with the 16 file reformat from Red...

Change the converter of `discord.User` to not support untagged names if multiple users are found.

Make a subclass of `discord.ext.commands.converters.UserConverter`. It could return a raise under certain conditions and then call `super().convert()`.

Hello, I have subclassed the user converter so that it blocks an argument without a specified tag. This code necessarily works because it first checks whether it is an id...

> Could we make it so that you can choose wether to use timeouts or mutes by using like `[p]muteset usetimeouts`, and having the command stay `[p]mute`, instead of having...

I think that would be a good idea. If it's not done by then, I might do a PR. It's easy to do.

+1 for option 2 as well. First of all, from a new user's perspective, putting the Downloader cog in Core would prevent new users from asking why the add repo...