We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[08:02:11] WARNING [py.warnings] /root/.local/share/Red-DiscordBot/data/Flappy/cogs/CogManager/cogs/reacttickets/init.py:6: RuntimeWarning: coroutine 'Red.add_cog' was never awaited bot.add_cog(cog)
The text was updated successfully, but these errors were encountered:
Same issue with the gallery cog. Probably needs to be updated for v3.5 as well.
Sorry, something went wrong.
you can check the dpy2 branch while the main hasnt been updated yet
Even with the correction to code to get the reactticket cog to load, a ticket can be opened but it never progresses as there is an error stating
AttributeError: 'Member' object has no attribute 'avatar_url'
display_avatar works better instead of avatar_url
No branches or pull requests
[08:02:11] WARNING [py.warnings] /root/.local/share/Red-DiscordBot/data/Flappy/cogs/CogManager/cogs/reacttickets/init.py:6: RuntimeWarning: coroutine 'Red.add_cog' was never awaited
bot.add_cog(cog)
The text was updated successfully, but these errors were encountered: