update docs

This commit is contained in:
iDutchy
2020-10-02 00:34:01 +00:00
parent 7a56f0b28a
commit 525ee4be0a
4 changed files with 9 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
@property
def can_send(self):
""":class:`bool`: Checks if the bot can send messages"""
return self.guild.me.guild_permissions.send_messages
def permissions_for(self, member):