mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
13 lines
283 B
C#
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>();
|
|
}
|
|
}
|
|
} |