#When creating a channel, the bot does not give permission to see the channel, how can I solve this ?
1 messages · Page 1 of 1 (latest)
Please use either the disnake or python tag, but not both. If your question pertains to disnake, please use the disnake tag. If your question is a general python question that does not depend on disnake, please use the python tag.
I've taken a guess based on the contents of your message which your question is actually about.
If you believe this to be in error, please let us know.
Where the overwrites for interaction author?
i dont know what it is
can you help me figure it out?)
Add the interaction author to this dict
And assign required permissions
i.e. I have to write like this in the "overwrites" parameter - overwrites = {inter.guild.author: disnake.PermissionOverwrite(view_channel=True)} ??)
maybe I do not understand correctly how to work with the author
just 'Guild' object has no attribute 'author'
How to correctly add the author to the dict, I'm just doing something wrong
Just remove guild from interaction.author
ok, I'll check now
thank you very much, it's nice that there are people ready to help newbies thank you!!!!
Marked the thread as solved. If your question has not been answered, please open a new thread in #1019642966526140566.