Fix markup, Raccoon store item

This commit is contained in:
2023-05-17 23:48:39 +03:00
parent a42bd7e22d
commit 46774bfd93
3 changed files with 9 additions and 8 deletions
@@ -0,0 +1,7 @@
namespace West.TelegramBot.ContentStore.Service;
public class RaccoonService : SomeRandomApiAbstractService
{
public RaccoonService(): base("raccoon", "Енот", 40, 160)
{}
}