Jintaku / Jintaku-Cogs-V3

V3 Cogs made by the Jintaku community
GNU Affero General Public License v3.0
39 stars 38 forks source link

TypeError on Install #70

Open SudoFi opened 1 year ago

SudoFi commented 1 year ago

When I try to install the cog I get the following error;

image

Red Version: 3.5.1 Discord.py Version: 2.2.3

FireFtw commented 1 year ago

Apparently 3.5 introduced a cog breaking change, this one hasn't been updated.

https://github.com/PhasecoreX/docker-red-discordbot/issues/71#issuecomment-1550559328

Mibo5354 commented 1 year ago

It's an easy fix, just add async and await in __init__.py within each cog.