mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
💩👌 make lint happy
This commit is contained in:
parent
75d91b3d45
commit
a497609340
@ -63,7 +63,7 @@ func init() { // 插件主体
|
|||||||
}
|
}
|
||||||
if illust.Pid > 0 {
|
if illust.Pid > 0 {
|
||||||
name := strconv.FormatInt(illust.Pid, 10)
|
name := strconv.FormatInt(illust.Pid, 10)
|
||||||
var imgs message.Message = message.Message{
|
var imgs = message.Message{
|
||||||
message.Text(
|
message.Text(
|
||||||
"标题: ", illust.Title, "\n",
|
"标题: ", illust.Title, "\n",
|
||||||
"插画ID: ", illust.Pid, "\n",
|
"插画ID: ", illust.Pid, "\n",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user