Skip to content

Commit

Permalink
Merge pull request #750 from StarHeartHunt/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Mrs4s committed Mar 21, 2021
2 parents e0a551c + 0d3e772 commit b273a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global/fs.go
Expand Up @@ -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"
Expand Down

0 comments on commit b273a4f

Please sign in to comment.