comprehension grammar fix
This commit is contained in:
		
							parent
							
								
									c4f04c80c5
								
							
						
					
					
						commit
						bb1fd7d1c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -36,7 +36,7 @@ class MyClient(discord.Client): | |||
|         if message.author == self.user: | ||||
|             return | ||||
| 
 | ||||
|         if self.user not in message.mentions and self.user not in [m for m in role.members for role in message.role_mentions]: | ||||
|         if self.user not in message.mentions and self.user not in [m for role in message.role_mentions for m in role.members]: | ||||
|             return | ||||
| 
 | ||||
|         await message.channel.send(gen_sentence()) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue