Currency emoji issue fixed?
This commit is contained in:
		@@ -82,6 +82,7 @@ namespace NadekoBot.Services.Impl
 | 
				
			|||||||
                    .ToImmutableArray();
 | 
					                    .ToImmutableArray();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                SlotEmojis = Directory.GetFiles(slotEmojisPath)
 | 
					                SlotEmojis = Directory.GetFiles(slotEmojisPath)
 | 
				
			||||||
 | 
					                    .OrderBy(f => int.Parse(Path.GetFileNameWithoutExtension(f)))
 | 
				
			||||||
                    .Select(x => File.ReadAllBytes(x).ToImmutableArray())
 | 
					                    .Select(x => File.ReadAllBytes(x).ToImmutableArray())
 | 
				
			||||||
                    .ToImmutableArray();
 | 
					                    .ToImmutableArray();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user