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

13 lines
283 B
C#
Raw Normal View History

2022-01-02 21:56:14 +02:00
using Kruzya.TelegramBot.Core;
using West.TelegramBot.ChatManagement;
namespace West.Entertainment
{
public class Entertainment : Module
{
public Entertainment(Core core) : base(core)
{
// core.EnsureLoaded<ChatManagement>();
2022-01-02 21:56:14 +02:00
}
}
}