AAA3A
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...
This is good. The change has been made.
The extra empty line has been added.
I did what you said.
[Core] Use the `discord.User` converter for the dm command to avoid accepting only the id of a user.
Change the converter of `discord.User` to not support untagged names if multiple users are found.
[Core] Use the `discord.User` converter for the dm command to avoid accepting only the id of a user.
Make a subclass of `discord.ext.commands.converters.UserConverter`. It could return a raise under certain conditions and then call `super().convert()`.
[Core] Use the `discord.User` converter for the dm command to avoid accepting only the id of a user.
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...