From 43cd33156baab1f9ec3721dc47f692dff5d6cab0 Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 6 Aug 2021 19:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=F0=9F=91=8C=20make=20lint=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_minecraft/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_minecraft/manager.go b/plugin_minecraft/manager.go index 39149b38..d0f1bf74 100644 --- a/plugin_minecraft/manager.go +++ b/plugin_minecraft/manager.go @@ -10,7 +10,7 @@ import ( "github.com/wdvxdr1123/ZeroBot/message" ) -// 此功能实现依赖MCSManager项目对服务器的管理api,mc服务器如果没有在该管理平台部署此功能无效 +// 此功能实现依赖MCSManager项目对服务器的管理api,mc服务器如果没有在该管理平台部署此功能无效 // 项目地址: https://github.com/Suwings/MCSManager // 项目的api文档: https://github.com/Suwings/MCSManager/wiki/API-Documentation