From 0d3e772d76c3afee9a0b99867b5a6355230099c7 Mon Sep 17 00:00:00 2001 From: StarHeart Date: Sun, 21 Mar 2021 21:07:26 +0800 Subject: [PATCH] Typo --- global/fs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/fs.go b/global/fs.go index 741de22..02258a5 100644 --- a/global/fs.go +++ b/global/fs.go @@ -29,11 +29,11 @@ import ( const ( // ImagePath go-cqhttp使用的图片缓存目录 ImagePath = "data/images" - // ImagePathOld 兼容旧版go-cqhtto使用的图片缓存目录 + // ImagePathOld 兼容旧版go-cqhttp使用的图片缓存目录 ImagePathOld = "data/image" // VoicePath go-cqhttp使用的语音缓存目录 VoicePath = "data/voices" - // VoicePathOld 兼容旧版go-cqhtto使用的语音缓存目录 + // VoicePathOld 兼容旧版go-cqhttp使用的语音缓存目录 VoicePathOld = "data/record" // VideoPath go-cqhttp使用的视频缓存目录 VideoPath = "data/videos"