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

9 lines
176 B
C#
Raw Normal View History

2022-01-02 21:56:14 +02:00
using Kruzya.TelegramBot.Core;
namespace West.Entertainment
{
public class Entertainment : Module
{
2022-01-03 14:58:53 +02:00
public Entertainment(Core core) : base(core) { }
2022-01-02 21:56:14 +02:00
}
}