Files
telegram-bot/modules/Entertainment/Entertainment.cs
T

13 lines
283 B
C#

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