forked from EllieBotDevs/elliebot
Removed .rip command
This commit is contained in:
parent
86b015115a
commit
20e5bbac89
8 changed files with 7 additions and 99 deletions
src/EllieBot/Services/Impl
|
@ -74,10 +74,4 @@ public sealed class ImageCache : IImageCache, IEService
|
|||
|
||||
public Task<byte[]?> GetSlotBgAsync()
|
||||
=> GetImageDataAsync(_ic.Data.Slots.Bg);
|
||||
|
||||
public Task<byte[]?> GetRipBgAsync()
|
||||
=> GetImageDataAsync(_ic.Data.Rip.Bg);
|
||||
|
||||
public Task<byte[]?> GetRipOverlayAsync()
|
||||
=> GetImageDataAsync(_ic.Data.Rip.Overlay);
|
||||
}
|
Reference in a new issue