Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2024-01-13 00:40:02 +08:00 committed by GitHub
parent 0b0df48dac
commit 3d3b6f5794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -549,5 +549,5 @@ async def modules_help(msg: Bot.MessageSession, legacy):
help_msg.append( help_msg.append(
msg.locale.t( msg.locale.t(
"core.message.help.more_information.address", "core.message.help.more_information.address",
url=Config('help_url')) url=Config('help_url')))
await msg.finish('\n'.join(help_msg)) await msg.finish('\n'.join(help_msg))