You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guild.owner is not working
I was using discord.py 1.4.1 Some problems happened on my bot today. I updated package to 1.5.1 and It still continue.
So guild.owner returns none It was working. I solved this issue with using ctx.guild.owner_id insted of using ctx.guild.owner
The text was updated successfully, but these errors were encountered:
Summary
guild.owner is not working
I was using discord.py 1.4.1 Some problems happened on my bot today. I updated package to 1.5.1 and It still continue.
So guild.owner returns none It was working. I solved this issue with using ctx.guild.owner_id insted of using ctx.guild.owner
The text was updated successfully, but these errors were encountered: