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