using Kruzya.TelegramBot.Core; namespace West.Entertainment { public class Entertainment : Module { public Entertainment(Core core) : base(core) { } } }