Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
adolphnov committed Jul 31, 2024
1 parent 8bdb99f commit d660199
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 50 deletions.
2 changes: 1 addition & 1 deletion dist/buildinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sha": "fe48aca", "timestamp": 1722442077}
{"sha": "8bdb99f", "timestamp": 1722445928}
129 changes: 85 additions & 44 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1722442077
1722445928
2 changes: 1 addition & 1 deletion src/i18n/en.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/i18n/zh-hans.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/i18n/zh-hant.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/telegram/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ async function commandUpdateUserConfigs(message, command, subcommand, context, p
async function commandSetUserConfigs(message, command, subcommand, context) {
try {
if (!subcommand) {
return sendMessageToTelegramWithContext(context)(ENV.I18N.command.help.setenvs);
return sendMessageToTelegramWithContext(context)('```plaintext\n' + ENV.I18N.command.detail.set + '\n```');
}
const keys = Object.fromEntries(ENV.MAPPING_KEY.split('|').map((k) => k.split(':')));
if (keys['-u']) {
Expand Down

0 comments on commit d660199

Please sign in to comment.