Files
telegram-bot/modules/ContentStore/Service/RaccoonService.cs
T

8 lines
186 B
C#
Raw Normal View History

2023-05-17 23:48:39 +03:00
namespace West.TelegramBot.ContentStore.Service;
public class RaccoonService : SomeRandomApiAbstractService
{
public RaccoonService(): base("raccoon", "Енот", 40, 160)
{}
}