update docs
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user