mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Improve message
This commit is contained in:
		@@ -56,7 +56,7 @@ class EmojiesSection {
 | 
				
			|||||||
			const emojies = (await userInfo(userID(), true)).customEmojis;
 | 
								const emojies = (await userInfo(userID(), true)).customEmojis;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if(emojies.length == 0) {
 | 
								if(emojies.length == 0) {
 | 
				
			||||||
				target.innerHTML = "<p>There is no custom emojis yet</p>"
 | 
									target.innerHTML = "<tr><td>There is no custom emojis yet</td></tr>"
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			for(const e of emojies) {
 | 
								for(const e of emojies) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user