koishi-plugin-starfx-bot 0.15.0 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/readme.md +1 -0
package/lib/index.js
CHANGED
|
@@ -684,7 +684,7 @@ function apply(ctx, cfg) {
|
|
|
684
684
|
});
|
|
685
685
|
}
|
|
686
686
|
if (cfg.originImg) {
|
|
687
|
-
ctx.command("
|
|
687
|
+
ctx.command("获取X原图 <urls>").alias("推特原图").action(async ({ session }, urls) => {
|
|
688
688
|
if (detectControl(controlJson, session.guildId, "originImg")) {
|
|
689
689
|
let [xUrls, xIndex] = await Promise.all([
|
|
690
690
|
getXUrl(session.quote.content),
|
package/package.json
CHANGED
package/readme.md
CHANGED