mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Assorted improvements.
- Move BotExtension to Core. - Update BotFramework - Fix Fun commands. - Remove ChatManagement dependency from Entertainment.
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
using Kruzya.TelegramBot.Core;
|
||||
using West.TelegramBot.ChatManagement;
|
||||
|
||||
namespace West.Entertainment
|
||||
{
|
||||
public class Entertainment : Module
|
||||
{
|
||||
public Entertainment(Core core) : base(core)
|
||||
{
|
||||
// core.EnsureLoaded<ChatManagement>();
|
||||
}
|
||||
public Entertainment(Core core) : base(core) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user