Skip to content

Commit 30c9f21

Browse files
committed
fix: typo
1 parent 1d72903 commit 30c9f21

File tree

1 file changed

+1
-1
lines changed
  • packages/botcore/src/modules

1 file changed

+1
-1
lines changed

packages/botcore/src/modules/bind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default <T extends BotTypes>({ bot, env, getContext, musicToFile, enableO
4848
}
4949
} else if (!isNaN(Number(param))) { // is number
5050
await event.reply()
51-
.setText('现在请使用有户名绑定 AquaDX 的账号')
51+
.setText('现在请使用用户名绑定 AquaDX 的账号')
5252
.dispatch();
5353
// profile = await UserProfile.create({ type: 'AquaDX', userId: Number(param) }, env);
5454
} else if (param.startsWith('SGWCMAI' + 'D') && param.length === 64 + 8 + 12 && enableOfficialServers) {

0 commit comments

Comments
 (0)