Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt authored Mar 21, 2021
1 parent 7528898 commit 0d3e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global/fs.go
Original file line number Diff line number Diff line change
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 0d3e772

Please sign in to comment.