remove: Removed .rip command

This commit is contained in:
Kwoth
2024-07-28 09:50:06 +00:00
parent 3f33274cec
commit 3d287b2afa
8 changed files with 8 additions and 100 deletions

View File

@@ -8,7 +8,7 @@ namespace NadekoBot.Common;
public partial class ImageUrls : ICloneable<ImageUrls>
{
[Comment("DO NOT CHANGE")]
public int Version { get; set; } = 3;
public int Version { get; set; } = 4;
public CoinData Coins { get; set; }
public Uri[] Currency { get; set; }
@@ -16,16 +16,8 @@ public partial class ImageUrls : ICloneable<ImageUrls>
public RategirlData Rategirl { get; set; }
public XpData Xp { get; set; }
//new
public RipData Rip { get; set; }
public SlotData Slots { get; set; }
public class RipData
{
public Uri Bg { get; set; }
public Uri Overlay { get; set; }
}
public class SlotData
{
public Uri[] Emojis { get; set; }