Discord Name: unknown.in
GitHub Repository (Must be V3): GitHub - Coltuna/unknown-cogs: my cogs for red bot
Description: A couple of cogs which I often finds useful for my community servers and I often feel could be useful for others too.
Discord Name: unknown.in
GitHub Repository (Must be V3): GitHub - Coltuna/unknown-cogs: my cogs for red bot
Description: A couple of cogs which I often finds useful for my community servers and I often feel could be useful for others too.
Thank you for your patience.
Commit hash: 72dead77a42b3c9474021680dd8ff814dc8e7282
Red v3.5.20
Consider only bullets prefixed with  to be required.
 to be required.
General
 Your repo should have a
 Your repo should have a readme file with basic installation instructions.Decancer
 The cog does not check if the bot has
 The cog does not check if the bot has add_reactions permissions prior to attempting to add reactions in [p]dehoist
 
 [p]decancerset showsettings errors if the bot does not have embed_links permissions.install_msg in your info.json seems to have a typo in the cog name.[p]decancer and [p]dehoist is. Should this be an alias instead?
member or a role, either a clearer command name or a typing.Union parameter may be better.SelfRole
 
 /selfrole list errors if a previously configured selfrole no longer exists
/selfroleset remove, this cannot be fixed by the guild owner once it happensTraceback (most recent call last):
  File "datapath\cogs\CogManager\cogs\selfrole\main.py", line 124, in selfroleset_list
    formatted_selfroles = "\n".join(["+ " + r.name for r in roles])
AttributeError: 'NoneType' object has no attribute 'name'
checks instead of default_permission causes the management commands to appear for users who are unable to use the commands. Since the command name is similar to the command name for users, this may make it harder for users to not accidentally use the wrong command.