Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy0411 authored Oct 13, 2024
1 parent 1edcd6b commit c79175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/niuniu/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func init() {
ctx.SendChain(message.Text("暂时没有女孩子哦"))
return
}
m.sort(true)
m.sort(false)
var allUsers []drawUserRanking
for _, info := range m {
allUsers = append(allUsers, drawUserRanking{
Expand Down

0 comments on commit c79175b

Please sign in to comment.