Removed slot.numbers from images.yml as they're no longer used anywhere, thx ala

This commit is contained in:
Kwoth
2021-11-24 01:48:56 +01:00
parent 732b5dfeed
commit a2ea806bed
4 changed files with 11 additions and 36 deletions

View File

@@ -14,7 +14,6 @@ namespace NadekoBot.Services
IReadOnlyList<byte[]> Dice { get; }
IReadOnlyList<byte[]> SlotEmojis { get; }
IReadOnlyList<byte[]> SlotNumbers { get; }
IReadOnlyList<byte[]> Currency { get; }
byte[] SlotBackground { get; }