1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

fix typo.

This commit is contained in:
Mrs4s 2021-04-08 17:23:00 +08:00
parent 8a269aab69
commit 6fecede756

View File

@ -43,7 +43,7 @@ var (
h bool
// 允许通过配置文件设置的状态列表
allowStatus = [22]client.UserOnlineStatus{
allowStatus = [...]client.UserOnlineStatus{
client.StatusOnline, client.StatusAway, client.StatusInvisible, client.StatusBusy,
client.StatusListening, client.StatusConstellation, client.StatusWeather, client.StatusMeetSpring,
client.StatusTimi, client.StatusEatChicken, client.StatusLoving, client.StatusWangWang, client.StatusCookedRice,