diff --git a/ASFEnhance/Explorer/Command.cs b/ASFEnhance/Explorer/Command.cs index a21ef58..c979ebf 100644 --- a/ASFEnhance/Explorer/Command.cs +++ b/ASFEnhance/Explorer/Command.cs @@ -32,7 +32,7 @@ internal static class Command await Task.Delay(200).ConfigureAwait(false); } - return bot.FormatBotResponse("探索队列浏览完毕"); + return bot.FormatBotResponse(Langs.DiscoveryQueueExploreredSuccess); } /// diff --git a/ASFEnhance/Localization/Langs.resx b/ASFEnhance/Localization/Langs.resx index fdd72a6..c96d752 100644 --- a/ASFEnhance/Localization/Langs.resx +++ b/ASFEnhance/Localization/Langs.resx @@ -1476,4 +1476,7 @@ 账号受到的游戏封禁记录: + + 探索队列浏览完毕 + \ No newline at end of file