Skip to content

Commit

Permalink
fix(plugins/telegramplugin/controllers/homecontroller.cs): build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Jan 20, 2023
1 parent 218b76f commit 5f040da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/TelegramPlugin/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async Task HandleUpdateAsync(ITelegramBotClient botClient, Update update, Cancel
}

#region 插件事件派发
Utils.LogUtil.Info($"{botToken} 机器人收到消息 -> {messageText}");
Utils.LogUtil.Info($"{botToken} 机器人收到消息");

var plugins = _pluginFinder.EnablePlugins<ITelegramBotPlugin>().ToList();
Utils.LogUtil.Info($"响应: {plugins?.Count.ToString()} 个插件:");
Expand Down

0 comments on commit 5f040da

Please sign in to comment.