mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Fix mentions with nicknames
This commit is contained in:
		@@ -81,8 +81,6 @@ class DatabaseInterface(object):
 | 
			
		||||
    def get_message_mentions(self, mentions):
 | 
			
		||||
        ments = []
 | 
			
		||||
        for author in mentions:
 | 
			
		||||
            if author.nick:
 | 
			
		||||
                author.name = author.nick
 | 
			
		||||
            ments.append({
 | 
			
		||||
                "username": author.name,
 | 
			
		||||
                "discriminator": author.discriminator,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user