Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idranme committed Aug 2, 2024
1 parent d20678f commit 4b280e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-waifu",
"description": "Marry with your groupmate",
"version": "1.7.0",
"version": "1.7.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export function apply(ctx: Context, cfg: Config) {
name: session.username,
agree: '我愿意',
reject: '我拒绝',
time: '90秒'
time: '90'
}))

const targetSession = session.bot.session({
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ commands:
already-marriage: '{quote}你已经有对象了,今天别再求婚啦!'
members-too-few: 能求婚的群友没有这位,或许可以先把对方骗出来聊天?!
target-self: '{quote}向自己求婚干嘛!'
request: '{targetAt} {targetAvatar}<br/>群友「{name}」向你求婚,那么...你愿意嫁给ta吗?在{time}内发送【{agree}】或者【{reject}】,回应对方哦!'
request: '{targetAt} {targetAvatar}<br/>群友「{name}」向你求婚,那么...你愿意嫁给ta吗?在{time}秒内发送【{agree}】或者【{reject}】,回应对方哦!'

0 comments on commit 4b280e0

Please sign in to comment.