We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45511c0 commit 16cff10Copy full SHA for 16cff10
1 file changed
SDK/CQCode.php
@@ -57,7 +57,7 @@ public static function Anonymous($ignore){
57
}
58
59
public static function Location($lat, $lon, $title, $content){
60
- return self::CQ('music', [
+ return self::CQ('location', [
61
'lat' => $lat,
62
'lon' => $lon,
63
'title' => $title,
0 commit comments