Skip to content

Commit 16cff10

Browse files
authored
Update CQCode.php
1 parent 45511c0 commit 16cff10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SDK/CQCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static function Anonymous($ignore){
5757
}
5858

5959
public static function Location($lat, $lon, $title, $content){
60-
return self::CQ('music', [
60+
return self::CQ('location', [
6161
'lat' => $lat,
6262
'lon' => $lon,
6363
'title' => $title,

0 commit comments

Comments
 (0)