Files
telegram-bot/modules/Entertainment/Entertainment.cs
West14 b99614868b Assorted improvements.
- Move BotExtension to Core.
- Update BotFramework
- Fix Fun commands.
- Remove ChatManagement dependency from Entertainment.
2022-01-03 14:58:53 +02:00

9 lines
176 B
C#

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