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

@@ -6,7 +6,7 @@ namespace NadekoBot.Common
public class ImageUrls
{
[Comment("DO NOT CHANGE")]
public int Version { get; set; } = 2;
public int Version { get; set; } = 3;
public CoinData Coins { get; set; }
public Uri[] Currency { get; set; }
@@ -27,7 +27,6 @@ namespace NadekoBot.Common
public class SlotData
{
public Uri[] Emojis { get; set; }
public Uri[] Numbers { get; set; }
public Uri Bg { get; set; }
}