mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Fix crashing when titan dev appears
This commit is contained in:
		@@ -800,6 +800,9 @@
 | 
			
		||||
                replace.find(".blockcode").find("br").remove();
 | 
			
		||||
            }
 | 
			
		||||
            var usrcachekey = username + "#" + message.author.discriminator;
 | 
			
		||||
            if (usrcachekey.startsWith("(Titan Dev) ")) {
 | 
			
		||||
                usrcachekey = usrcachekey.substr(12);
 | 
			
		||||
            }
 | 
			
		||||
            if (!(usrcachekey in message_users_cache)) {
 | 
			
		||||
                message_users_cache[usrcachekey] = {"data": {}, "msgs": []};
 | 
			
		||||
                
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user