Discord Name: BogdanWDK#1337
GitHub Repository (Must be V3): GitHub - BogdanWDK/wdk-redcogs: Cogs for Red - Discord Bot
Description: Cogs I make/rewrite to make my life easier on discord.
Discord Name: BogdanWDK#1337
GitHub Repository (Must be V3): GitHub - BogdanWDK/wdk-redcogs: Cogs for Red - Discord Bot
Description: Cogs I make/rewrite to make my life easier on discord.
Howdy! Sorry for the delay in reviewing your application. We at QA have been working on finalizing some documentation outlining exactly how these applications are reviewed. Since this application was made before the documentation was live, I am letting you know so you can double check that your repo meets these new requirements. We hope this transparency will help you to better prepare your repo for review.
Hi BogdanWDK (BogdanWDK#1337), thank you for your patience while I review your repo.
Commit hash at time of review - 8a69ffd94ce8f6656c0c92a294ab579810b1b7dc
install_msg
You should use [p]
rather than .
since then the bot will convert the messag when sending to use the bots actual prefix and not confuse users installing this cog. You should also explain here that you are part of the developers of this API and therefore likely have access to requests made through this cog. This is a problem because people who see the link and click on it could have their IP exposed to your API and thus needs to be communicated to the bot owner when installed.checks
but never use it. (Optional)urlencode
but never use it. (Optional)StringIO
but never use it. (Optional)BytesIO
but never use it. (Optional)random
but never use it. (Optional)pycurl
but never use it. (Optional)aiohttp
not requests
. All API calls here are blocking the bot preventing it from functioning until a response is returned.logging
here so that tracebacks and errors actually make it into the bots logs and console properly. (Optional)Some general comments: Normally we’re fine with cogs that access API’s without a lot of restrictions, however, because you’re listed on the API’s discord itegration page and the cog docstring states “my personal url shortener api.” I’ve had to include some extra restrictions for user protection. They shouldn’t be too harsh and should really just be explaining that you the author of this cog have more power than normal API cogs. Setting up the cog so that server admins must provide an API key seems somewhat strange to me but after exploring what the API can do I think it’s okay from a user privacy standpoint although there should also be a way for individual members/users to opt-out of the automatic functionality even if server admins have it set. While the API doesn’t appear to directly give people IP’s it gives other potentially private information which individual users may not want to share with your API.
I have reached out in DM’s on discord and have not heard anything back for several weeks. I am now closing and rejecting this application until the requested changes are made and you may not re-apply for at least 1 week.