koishi-plugin-noah 2.3.8 → 2.4.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.
@@ -1,4 +1,4 @@
1
- import { MessageReply } from '../fun/poke/types';
1
+ import { MessageReply, PromptReply } from '../fun/poke/types';
2
2
  import { SDVXConfig } from '../games/sdvx/types/config';
3
3
  export { SDVXConfig };
4
4
  /**
@@ -55,7 +55,7 @@ export interface PokeConfig extends BaseConfig {
55
55
  /** 是否启用警告功能 */
56
56
  warning?: boolean;
57
57
  /** 提示消息列表 */
58
- prompt?: MessageReply[];
58
+ prompt?: PromptReply[];
59
59
  /** 消息回复列表 */
60
60
  messages?: MessageReply[];
61
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-noah",
3
- "version": "2.3.8",
3
+ "version": "2.4.1",
4
4
  "contributors": [
5
5
  "Logthm <logthm@outlook.com>"
6
6
  ],